mirror of https://github.com/itflow-org/itflow
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:
parent
5ef9d76a3c
commit
37ddf87ef0
|
|
@ -7,7 +7,6 @@
|
|||
Back |
|
||||
<strong>
|
||||
<?php if($client_abbreviation) { echo $client_abbreviation; } else { echo shortenClient($client_name); } ?>
|
||||
<i class="fas fa-hashtag"></i><?php echo $client_id; ?>
|
||||
</strong>
|
||||
</p>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue