From 21d9c80b73b236bb166bf9e6a4f2f2fe7c6704b9 Mon Sep 17 00:00:00 2001 From: David Norris Date: Sun, 7 Feb 2016 21:55:22 -0500 Subject: 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. --- app/Template/task/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 @@ url->link(t('Edit the description'), 'taskmodification', 'description', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?>
  • - + url->link(t('Edit recurrence'), 'TaskRecurrence', 'edit', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'popover') ?>
  • -- cgit v1.2.3