summaryrefslogtreecommitdiff
path: root/app/Template/category
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-19 20:59:05 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-19 20:59:05 -0400
commit57bd53847cfd01d414728c871512ef2af123ffd5 (patch)
treebfff76fa16997e7de8fd43dc8fb95d49d96363c1 /app/Template/category
parent7264821cb838fd0333c416b4921092035636616e (diff)
Improve sidebar menus
Diffstat (limited to 'app/Template/category')
-rw-r--r--app/Template/category/edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/category/edit.php b/app/Template/category/edit.php
index 7d40fe65..f844eea4 100644
--- a/app/Template/category/edit.php
+++ b/app/Template/category/edit.php
@@ -34,5 +34,7 @@
<div class="form-actions">
<input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>
+ <?= t('or') ?>
+ <?= $this->url->link(t('cancel'), 'category', 'index', array('project_id' => $project['id'])) ?>
</div>
</form> \ No newline at end of file