diff options
Diffstat (limited to 'app/Template/swimlane')
-rw-r--r-- | app/Template/swimlane/edit.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Template/swimlane/edit.php b/app/Template/swimlane/edit.php index cc98b584..1788fed2 100644 --- a/app/Template/swimlane/edit.php +++ b/app/Template/swimlane/edit.php @@ -14,5 +14,7 @@ <div class="form-actions"> <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/> + <?= t('or') ?> + <?= $this->url->link(t('cancel'), 'swimlane', 'index', array('project_id' => $project['id'])) ?> </div> </form>
\ No newline at end of file |