Task Menu Edit recurrence icon not consistent with board icons.

Updated Edit recurrence icon from fa-clock to fa-refresh fa-rotate-90 to
match icons used in the board.
This commit is contained in:
David Norris 2016-02-07 21:55:22 -05:00
parent 03e459fca7
commit 21d9c80b73
1 changed files with 1 additions and 1 deletions

View File

@ -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>