From 554500aa493faa66b43b2ddce72338880a874724 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 4 Jul 2015 11:14:21 -0400 Subject: Refactoring to implement new layout with filters: board/calendar/list views (work in progress) --- app/Template/analytic/layout.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'app/Template/analytic/layout.php') diff --git a/app/Template/analytic/layout.php b/app/Template/analytic/layout.php index 41c6a2ab..9d6bf77c 100644 --- a/app/Template/analytic/layout.php +++ b/app/Template/analytic/layout.php @@ -12,9 +12,19 @@
  • - + url->link(t('Back to the board'), 'board', 'show', array('project_id' => $project['id'])) ?>
  • +
  • + + url->link(t('Back to the calendar'), 'calendar', 'show', array('project_id' => $project['id'])) ?> +
  • + user->isManager($project['id'])): ?> +
  • + + url->link(t('Project settings'), 'project', 'show', array('project_id' => $project['id'])) ?> +
  • +
  • url->link(t('All projects'), 'project', 'index') ?> -- cgit v1.2.3