summaryrefslogtreecommitdiff
path: root/app/Template/category/index.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-11-27 18:33:00 -0500
committerFrederic Guillot <fred@kanboard.net>2016-11-27 18:33:00 -0500
commitde2501f070a7bf41b766ee1139d1322213e387e9 (patch)
treed6a2c53ce9c70e40d6e412b72e5eeb04e3a0e2c4 /app/Template/category/index.php
parentde1b9416d2c359e57f386760cfa29f2a12bf5b51 (diff)
Improve tabindex for project settings forms
Diffstat (limited to 'app/Template/category/index.php')
-rw-r--r--app/Template/category/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/category/index.php b/app/Template/category/index.php
index ac60d9a8..336b79a2 100644
--- a/app/Template/category/index.php
+++ b/app/Template/category/index.php
@@ -15,9 +15,11 @@
<a href="#" class="dropdown-menu dropdown-menu-link-icon"><i class="fa fa-cog fa-fw"></i><i class="fa fa-caret-down"></i></a>
<ul>
<li>
+ <i class="fa fa-pencil-square-o fa-fw" aria-hidden="true"></i>
<?= $this->url->link(t('Edit'), 'CategoryController', 'edit', array('project_id' => $project['id'], 'category_id' => $category_id), false, 'popover') ?>
</li>
<li>
+ <i class="fa fa-trash-o fa-fw" aria-hidden="true"></i>
<?= $this->url->link(t('Remove'), 'CategoryController', 'confirm', array('project_id' => $project['id'], 'category_id' => $category_id), false, 'popover') ?>
</li>
</ul>