Merge pull-request #1798

This commit is contained in:
Frederic Guillot 2016-02-08 18:28:49 -05:00
commit 5851e03963
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>