Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <mail@zjvandeweg.nl>2016-01-26 11:45:12 +0300
committerZeger-Jan van de Weg <mail@zjvandeweg.nl>2016-01-26 12:05:28 +0300
commit89154880e56c34e94cdd7326c6cfc67bdb256f74 (patch)
tree21f0da4a23d09a646d79dffa4e8adce9488675ae /app/views/admin/groups
parenteb7f669073b2b95a1956de5e22f97dc8f83711e8 (diff)
Save button on app settings now btn-save
Diffstat (limited to 'app/views/admin/groups')
-rw-r--r--app/views/admin/groups/_form.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml
index 8de2ba74a79..198026a1f75 100644
--- a/app/views/admin/groups/_form.html.haml
+++ b/app/views/admin/groups/_form.html.haml
@@ -21,6 +21,5 @@
- else
.form-actions
- = f.submit 'Save changes', class: "btn btn-primary"
+ = f.submit 'Save changes', class: "btn btn-save"
= link_to 'Cancel', admin_group_path(@group), class: "btn btn-cancel"
-