summaryrefslogtreecommitdiff
path: root/app/Template/board/category.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/board/category.php')
-rw-r--r--app/Template/board/category.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/board/category.php b/app/Template/board/category.php
index 24842146..ee01ec5f 100644
--- a/app/Template/board/category.php
+++ b/app/Template/board/category.php
@@ -14,7 +14,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' => $project['id'])) ?>
+ <?= $this->a(t('cancel'), 'board', 'show', array('project_id' => $project['id']), false, 'close-popover') ?>
</div>
</form>
</section>