Improve dropdown icons
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="dropdown">
|
||||
<a href="#" class="dropdown-menu dashboard-table-link">#<?= $project['id'] ?></a>
|
||||
<a href="#" class="dropdown-menu dropdown-menu-link-icon"><strong>#<?= $project['id'] ?> <i class="fa fa-caret-down"></i></strong></a>
|
||||
<ul>
|
||||
<li>
|
||||
<?= $this->url->icon('th', t('Board'), 'BoardViewController', 'show', array('project_id' => $project['id'])) ?>
|
||||
|
||||
Reference in New Issue
Block a user