Change layout (experimental)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<section id="main">
|
||||
<div class="page-header">
|
||||
<h2><?= Helper\in_list($values['project_id'], $projects_list) ?> > <?= t('New task') ?></h2>
|
||||
<ul>
|
||||
<li><i class="fa fa-table fa-fw"></i><?= Helper\a(t('Back to the board'), 'board', 'show', array('project_id' => $values['project_id'])) ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<section id="task-section">
|
||||
<form method="post" action="<?= Helper\u('task', 'save') ?>" autocomplete="off">
|
||||
<form method="post" action="<?= Helper\u('task', 'save', array('project_id' => $values['project_id'])) ?>" autocomplete="off">
|
||||
|
||||
<?= Helper\form_csrf() ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user