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:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-03 13:49:43 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-03 13:49:43 +0400
commit224fb5770ce71061861f5c2bddb01924d668a841 (patch)
tree7cc4078293854afa2d918195f81068790e139016 /app/views/admin/groups/_form.html.haml
parent010ac2b17f1e4bd0e104a90fd8bfc8c7bcb67ac8 (diff)
Added ability to manage groups from admin
Diffstat (limited to 'app/views/admin/groups/_form.html.haml')
-rw-r--r--app/views/admin/groups/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml
index a1ba940672d..46c5956394f 100644
--- a/app/views/admin/groups/_form.html.haml
+++ b/app/views/admin/groups/_form.html.haml
@@ -16,4 +16,4 @@
= f.text_field :code, placeholder: "example"
.form-actions
- = f.submit 'Create group', class: "btn primary"
+ = f.submit 'Save group', class: "btn save-btn"