From 1891e87d035c235550b5889da585e166cf49502f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Apr 2015 14:48:12 -0400 Subject: Add Postmark integration (inbound emails for task creation) --- app/Template/project/index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Template/project/index.php') diff --git a/app/Template/project/index.php b/app/Template/project/index.php index 05a7d955..8d2bc30b 100644 --- a/app/Template/project/index.php +++ b/app/Template/project/index.php @@ -15,6 +15,7 @@ order(t('Id'), 'id') ?> order(t('Status'), 'is_active') ?> + order(t('Identifier'), 'identifier') ?> order(t('Project'), 'name') ?> @@ -30,6 +31,9 @@ + + e($project['identifier']) ?> + a('', 'board', 'show', array('project_id' => $project['id']), false, 'dashboard-table-link', t('Board')) ?>  -- cgit v1.2.3