2014-12-22 19:15:38 +01:00
|
|
|
<section id="main">
|
|
|
|
<div class="page-header">
|
|
|
|
<ul>
|
2015-02-25 17:29:06 +01:00
|
|
|
<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>
|
2014-12-22 19:15:38 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<section class="sidebar-container" id="project-section">
|
|
|
|
|
2015-01-16 14:23:05 +01:00
|
|
|
<?= $this->render('project/sidebar', array('project' => $project)) ?>
|
2014-12-22 19:15:38 +01:00
|
|
|
|
|
|
|
<div class="sidebar-content">
|
|
|
|
<?= $project_content_for_layout ?>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|