From 1fccdb188d950952473d352525e90155ff9fa75b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 13 May 2016 22:48:05 -0400 Subject: Put project title before icons --- app/Template/project/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Template/project') diff --git a/app/Template/project/index.php b/app/Template/project/index.php index 3edb0523..06e4a626 100644 --- a/app/Template/project/index.php +++ b/app/Template/project/index.php @@ -38,6 +38,8 @@ + url->link($this->text->e($project['name']), 'board', 'show', array('project_id' => $project['id'])) ?> + @@ -50,8 +52,6 @@ - - url->link($this->text->e($project['name']), 'board', 'show', array('project_id' => $project['id'])) ?> dt->date($project['start_date']) ?> -- cgit v1.2.3