2015-02-25 17:29:06 +01:00
|
|
|
<?= $this->js('assets/js/vendor/d3.v3.4.8.min.js') ?>
|
|
|
|
<?= $this->js('assets/js/vendor/dimple.v2.1.0.min.js') ?>
|
2014-12-22 19:15:38 +01:00
|
|
|
|
|
|
|
<section id="main">
|
|
|
|
<div class="page-header">
|
|
|
|
<ul>
|
2015-01-16 14:23:05 +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>
|
2014-12-22 19:15:38 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<section class="sidebar-container" id="analytic-section">
|
|
|
|
|
2015-01-16 14:23:05 +01:00
|
|
|
<?= $this->render('analytic/sidebar', array('project' => $project)) ?>
|
2014-12-22 19:15:38 +01:00
|
|
|
|
|
|
|
<div class="sidebar-content">
|
|
|
|
<?= $analytic_content_for_layout ?>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|