summaryrefslogtreecommitdiff
path: root/app/Template/task_new.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_new.php')
-rw-r--r--app/Template/task_new.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/Template/task_new.php b/app/Template/task_new.php
index f8e14119..de24f6e1 100644
--- a/app/Template/task_new.php
+++ b/app/Template/task_new.php
@@ -1,9 +1,11 @@
<section id="main">
<div class="page-header">
- <h2><?= Helper\in_list($values['project_id'], $projects_list) ?> &gt; <?= 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() ?>