mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
16 lines
616 B
PHP
16 lines
616 B
PHP
|
<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>
|