diff options
Diffstat (limited to 'app/Template/task/new.php')
-rw-r--r-- | app/Template/task/new.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/new.php b/app/Template/task/new.php index 5eef9923..e64effde 100644 --- a/app/Template/task/new.php +++ b/app/Template/task/new.php @@ -74,7 +74,7 @@ <div class="form-actions"> <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/> - <?= t('or') ?> <?= $this->a(t('cancel'), 'board', 'show', array('project_id' => $values['project_id'])) ?> + <?= t('or') ?> <?= $this->a(t('cancel'), 'board', 'show', array('project_id' => $values['project_id']), false, 'close-popover') ?> </div> </form> </section> |