From 0bd5328c19b076a23719b3860296e5507c773d34 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Mar 2016 07:56:58 -0500 Subject: Added Ajax loading icon for submit buttons --- app/Template/comment/create.php | 2 +- app/Template/comment/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/comment') diff --git a/app/Template/comment/create.php b/app/Template/comment/create.php index 15dd3a8e..574eec9f 100644 --- a/app/Template/comment/create.php +++ b/app/Template/comment/create.php @@ -37,7 +37,7 @@
url->doc(t('Write your text in Markdown'), 'syntax-guide') ?>
- + url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?> diff --git a/app/Template/comment/edit.php b/app/Template/comment/edit.php index 6db952cc..ad6f58fb 100644 --- a/app/Template/comment/edit.php +++ b/app/Template/comment/edit.php @@ -29,7 +29,7 @@
url->doc(t('Write your text in Markdown'), 'syntax-guide') ?>
- + url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
-- cgit v1.2.3