mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 00:40:45 +00:00
Show 7 Characters of client name in client side nav instead of Abbreviation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<p class="h5">
|
||||
<i class="nav-icon fas fa-arrow-left ml-3 mr-2"></i>
|
||||
<span class="brand-text">
|
||||
Back | <strong><?php echo $client_abbreviation; ?></strong>
|
||||
Back | <strong><?php echo truncate($client_name, 7); ?></strong>
|
||||
</span>
|
||||
</p>
|
||||
</a>
|
||||
@@ -336,4 +336,4 @@
|
||||
|
||||
</div>
|
||||
<!-- /.sidebar -->
|
||||
</aside>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user