summaryrefslogtreecommitdiff
path: root/app/views/groups/new.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:31:15 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:41:54 +0100
commitca016903054fe53be08b8afeb53c019f44247cf9 (patch)
treec2913f7795160a60dfa09280c4a716310e028ad7 /app/views/groups/new.html.haml
parent67119e15c03d4d1e8abd2ce2cfe1b40aba35c709 (diff)
downloadgitlab-ce-ca016903054fe53be08b8afeb53c019f44247cf9.tar.gz
Add cancel button to forms that didn't have one already
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r--app/views/groups/new.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index 3e602559ae0..4bc31cabea6 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -23,3 +23,4 @@
.form-actions
= f.submit 'Create group', class: "btn btn-create", tabindex: 3
+ = link_to 'Cancel', dashboard_groups_path, class: 'btn btn-cancel'