summaryrefslogtreecommitdiff
path: root/app/views/admin/groups/edit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-18 17:28:09 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-18 17:28:09 +0300
commit1af2aeffc8e7a0319026fe7b6a218ffc0c69d872 (patch)
tree28c532bdd614e03a27829bc3c7d51014047a0085 /app/views/admin/groups/edit.html.haml
parenta769662f18fde1e590dc49b422853691b9cabc1d (diff)
downloadgitlab-ce-1af2aeffc8e7a0319026fe7b6a218ffc0c69d872.tar.gz
Minor usability improvements
Diffstat (limited to 'app/views/admin/groups/edit.html.haml')
-rw-r--r--app/views/admin/groups/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/edit.html.haml b/app/views/admin/groups/edit.html.haml
index bb1398f66cd..af87503128e 100644
--- a/app/views/admin/groups/edit.html.haml
+++ b/app/views/admin/groups/edit.html.haml
@@ -27,5 +27,5 @@
%li It will change the git path to repositories under this group.
.form-actions
- = f.submit 'Edit group', class: "btn btn-remove"
+ = f.submit 'Save changes', class: "btn btn-primary"
= link_to 'Cancel', admin_groups_path, class: "btn btn-cancel"