From 928d27d2ad735d9c6c7ec4954a5a462181f482dd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 7 Aug 2016 09:02:26 -0400 Subject: Reduce number of font size --- app/Template/task/details.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'app/Template/task') diff --git a/app/Template/task/details.php b/app/Template/task/details.php index 695957f9..9c534c15 100644 --- a/app/Template/task/details.php +++ b/app/Template/task/details.php @@ -31,18 +31,21 @@ -
  • - - url->link(t('Public link'), 'TaskViewController', 'readonly', array('task_id' => $task['id'], 'token' => $project['token']), false, '', '', true) ?> +
  • + + + url->link(t('Public link'), 'TaskViewController', 'readonly', array('task_id' => $task['id'], 'token' => $project['token']), false, '', '', true) ?> +
  • -
  • - - url->link(t('Back to the board'), 'BoardViewController', 'readonly', array('token' => $project['token'])) ?> +
  • + + + url->link(t('Back to the board'), 'BoardViewController', 'readonly', array('token' => $project['token'])) ?> +
  • -
  • hook->render('template:task:details:first-column', array('task' => $task)) ?> -- cgit v1.2.3