diff options
Diffstat (limited to 'app/Template/task_creation')
-rw-r--r-- | app/Template/task_creation/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_creation/show.php b/app/Template/task_creation/show.php index cc927793..e21ea8be 100644 --- a/app/Template/task_creation/show.php +++ b/app/Template/task_creation/show.php @@ -1,5 +1,5 @@ <div class="page-header"> - <h2><?= $this->text->e($project['name']) ?> > <?= t('New task') ?><?= $this->task->getNewTaskDropdown($project['id'], $values['swimlane_id'], $values['column_id']) ?></h2> + <h2><?= $this->text->e($project['name']) ?> > <?= t('New task') ?></h2> </div> <form method="post" action="<?= $this->url->href('TaskCreationController', 'save', array('project_id' => $project['id'])) ?>" autocomplete="off"> <?= $this->form->csrf() ?> |