Skip to content
Snippets Groups Projects
Commit 2ed52071 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Rename .group-controls to .controls

parent 42a1dc50
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
@@ -56,7 +56,7 @@
min-width: 0;
}
 
.group-controls {
.controls {
align-items: center;
 
a {
Loading
Loading
Loading
Loading
@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment