Show project name on task bulk creation form

This commit is contained in:
Frederic Guillot 2016-08-07 10:33:23 -04:00
parent c0ee8b4092
commit 590d2c2396
No known key found for this signature in database
GPG Key ID: 92D77191BA7FBC99
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="page-header">
<h2><?= t('Create tasks in bulk') ?></h2>
<h2><?= $this->text->e($project['name']) ?> &gt; <?= t('Create tasks in bulk') ?></h2>
</div>
<form class="popover-form" method="post" action="<?= $this->url->href('TaskBulkController', 'save', array('project_id' => $project['id'])) ?>" autocomplete="off">