diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-08 18:28:49 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-08 18:28:49 -0500 |
commit | 5851e03963b89ae6791d33fa4c83f9685b2e7a64 (patch) | |
tree | ddd38abddd5f1df6fdb8bcf72637c3e4f5987cab | |
parent | ac2bf9d553abf17ca9f24cb5dcbfc011d4486215 (diff) | |
parent | 21d9c80b73b236bb166bf9e6a4f2f2fe7c6704b9 (diff) |
Merge pull-request #1798
-rw-r--r-- | app/Template/task/menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/menu.php b/app/Template/task/menu.php index 85760430..e997a6ad 100644 --- a/app/Template/task/menu.php +++ b/app/Template/task/menu.php @@ -17,7 +17,7 @@ <?= $this->url->link(t('Edit the description'), 'taskmodification', 'description', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?> </li> <li> - <i class="fa fa-clock-o fa-fw"></i> + <i class="fa fa-refresh fa-rotate-90 fa-fw"></i> <?= $this->url->link(t('Edit recurrence'), 'TaskRecurrence', 'edit', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?> </li> <li> |