diff options
Diffstat (limited to 'app/Template/task/layout.php')
-rw-r--r-- | app/Template/task/layout.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/Template/task/layout.php b/app/Template/task/layout.php index dd36903d..dd59a9fc 100644 --- a/app/Template/task/layout.php +++ b/app/Template/task/layout.php @@ -1,7 +1,14 @@ <section id="main"> <div class="page-header"> <ul> - <li><i class="fa fa-table fa-fw"></i><?= $this->a(t('Back to the board'), 'board', 'show', array('project_id' => $task['project_id'])) ?></li> + <li> + <i class="fa fa-table fa-fw"></i> + <?= $this->a(t('Back to the board'), 'board', 'show', array('project_id' => $task['project_id'])) ?> + </li> + <li> + <i class="fa fa-calendar fa-fw"></i> + <?= $this->a(t('Calendar'), 'calendar', 'show', array('project_id' => $task['project_id'])) ?> + </li> </ul> </div> <section class="sidebar-container" id="task-section"> |