summaryrefslogtreecommitdiff
path: root/app/Template/project
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-18 16:53:37 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-18 16:53:37 -0500
commit4d4d7b3e1f03df4381b06a91d5aecf24898549ea (patch)
tree76e0bd06fee2c9dc0be4636d7facd802a00b8150 /app/Template/project
parentab40004558cbfcd3701d2a33788c6928bcd3144f (diff)
Improve dropdown icons
Diffstat (limited to 'app/Template/project')
-rw-r--r--app/Template/project/dropdown.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/dropdown.php b/app/Template/project/dropdown.php
index 447cd0b4..72c687a1 100644
--- a/app/Template/project/dropdown.php
+++ b/app/Template/project/dropdown.php
@@ -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'])) ?>