diff options
author | Carlos Ferreira <c.ferreira@acsiiweb.com> | 2016-09-29 21:37:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-29 21:37:33 +0100 |
commit | 273a9b5684805ca4427adea893424e652f956631 (patch) | |
tree | eda263cfe26cef51e9a3a9a45d6df21799309fc6 /app | |
parent | 2f64bc2e8d6dd17eafd8238db66c682199281e45 (diff) |
Add visual icon to show a dropdown action on task
http://s10.postimg.org/gkcsee03d/screenshot_128.png
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/task/dropdown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/dropdown.php b/app/Template/task/dropdown.php index f2423dd8..304db389 100644 --- a/app/Template/task/dropdown.php +++ b/app/Template/task/dropdown.php @@ -1,5 +1,5 @@ <div class="dropdown"> - <a href="#" class="dropdown-menu">#<?= $task['id'] ?></a> + <a href="#" class="dropdown-menu">#<?= $task['id'] ?><i class="fa fa-caret-down"></i></a> <ul> <?php if (array_key_exists('date_started', $task) && empty($task['date_started'])): ?> <li> |