mirror of
https://github.com/itflow-org/itflow
synced 2026-03-08 06:44:51 +00:00
Removed Client ID from the Side Nav as its hidden in a popover on the client name in the client header
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
Back |
|
Back |
|
||||||
<strong>
|
<strong>
|
||||||
<?php if($client_abbreviation) { echo $client_abbreviation; } else { echo shortenClient($client_name); } ?>
|
<?php if($client_abbreviation) { echo $client_abbreviation; } else { echo shortenClient($client_name); } ?>
|
||||||
<i class="fas fa-hashtag"></i><?php echo $client_id; ?>
|
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user