Commit 2ed52071 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Rename .group-controls to .controls

parent 42a1dc50
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
.group-avatar, .group-details, .group-controls { .group-avatar, .group-details, .controls {
display: -webkit-flex; display: -webkit-flex;
display: -ms-flexbox; display: -ms-flexbox;
display: flex; display: flex;
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
min-width: 0; min-width: 0;
} }
.group-controls { .controls {
align-items: center; align-items: center;
a { a {
......
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
- if group.description.present? - if group.description.present?
.description .description
= markdown(group.description, pipeline: :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 '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' = link_to 'Delete', [:admin, group], data: { confirm: "Are you sure you want to remove #{group.name}?" }, method: :delete, class: 'btn btn-remove'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment