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:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-07-11 20:59:01 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-07-14 23:36:53 +0300
commit2ed52071522f3cafd12ee8d9cd15d53db4171e1b (patch)
tree0016d72538d2c65f3a2798adf60f66979172a19b /app/views/admin/groups
parent42a1dc50414909fd1907b5bef57219ea9361c6b4 (diff)
Rename .group-controls to .controls
Diffstat (limited to 'app/views/admin/groups')
-rw-r--r--app/views/admin/groups/_group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/_group.html.haml b/app/views/admin/groups/_group.html.haml
index 59fd6c3fea0..02b943141e4 100644
--- a/app/views/admin/groups/_group.html.haml
+++ b/app/views/admin/groups/_group.html.haml
@@ -15,6 +15,6 @@
- if group.description.present?
.description
= markdown(group.description, pipeline: :description)
- .group-controls.hidden-xs
+ .controls.hidden-xs
= link_to 'Edit', edit_admin_group_path(group), id: "edit_#{dom_id(group)}", class: 'btn'
= link_to 'Delete', [:admin, group], data: { confirm: "Are you sure you want to remove #{group.name}?" }, method: :delete, class: 'btn btn-remove'