diff options
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 |