diff options
Diffstat (limited to 'app/Template/project/layout.php')
-rw-r--r-- | app/Template/project/layout.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/Template/project/layout.php b/app/Template/project/layout.php index ce154c19..8cd1fd3c 100644 --- a/app/Template/project/layout.php +++ b/app/Template/project/layout.php @@ -1,8 +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' => $project['id'])) ?></li> - <li><i class="fa fa-folder fa-fw"></i><?= $this->a(t('All projects'), 'project', 'index') ?></li> + <li> + <i class="fa fa-table fa-fw"></i> + <?= $this->a(t('Back to the board'), 'board', 'show', array('project_id' => $project['id'])) ?> + </li> + <li> + <i class="fa fa-folder fa-fw"></i> + <?= $this->a(t('All projects'), 'project', 'index') ?> + </li> </ul> </div> <section class="sidebar-container" id="project-section"> |