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

Rename .group-controls to .controls

parent 42a1dc50
......@@ -44,7 +44,7 @@
display: -ms-flexbox;
display: flex;
.group-avatar, .group-details, .group-controls {
.group-avatar, .group-details, .controls {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
......@@ -56,7 +56,7 @@
min-width: 0;
}
.group-controls {
.controls {
align-items: center;
a {
......
......@@ -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'
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