Move project templates to a subfolder

This commit is contained in:
Frédéric Guillot
2014-12-01 21:23:46 -05:00
parent 67eae33fb8
commit 50a9e2ba7d
22 changed files with 85 additions and 95 deletions

View File

@@ -0,0 +1,16 @@
<section id="main">
<div class="page-header">
<ul>
<li><i class="fa fa-table fa-fw"></i><?= Helper\a(t('Back to the board'), 'board', 'show', array('project_id' => $project['id'])) ?></li>
<li><i class="fa fa-folder fa-fw"></i><?= Helper\a(t('All projects'), 'project', 'index') ?></li>
</ul>
</div>
<section class="sidebar-container" id="project-section">
<?= Helper\template('project/sidebar', array('project' => $project)) ?>
<div class="sidebar-content">
<?= $project_content_for_layout ?>
</div>
</section>
</section>