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:
parent
03e459fca7
commit
21d9c80b73
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue