diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-19 20:59:05 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-19 20:59:05 -0400 |
commit | 57bd53847cfd01d414728c871512ef2af123ffd5 (patch) | |
tree | bfff76fa16997e7de8fd43dc8fb95d49d96363c1 /app/Template/category/edit.php | |
parent | 7264821cb838fd0333c416b4921092035636616e (diff) |
Improve sidebar menus
Diffstat (limited to 'app/Template/category/edit.php')
-rw-r--r-- | app/Template/category/edit.php | 2 |
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 |