Unification of project header
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
<section id="main">
|
||||
<?= $this->render('project_header/header', array(
|
||||
'project' => $project,
|
||||
'filters' => $filters,
|
||||
'users_list' => $users_list,
|
||||
)) ?>
|
||||
|
||||
<?= $this->projectHeader->render($project, 'Gantt', 'project') ?>
|
||||
<div class="menu-inline">
|
||||
<ul>
|
||||
<li <?= $sorting === 'board' ? 'class="active"' : '' ?>>
|
||||
|
||||
Reference in New Issue
Block a user