Skip to content
Snippets Groups Projects
Commit 57e91940 authored by Marco Cyriacks's avatar Marco Cyriacks
Browse files

Add new style to "New group" button

The new group button style was changed to have the same look as the new
project button (green background).
parent 55a906f6
No related branches found
No related tags found
Loading
Loading
Loading
@@ -120,6 +120,15 @@
}
}
 
.dash-new-group {
background: $bg_success;
border: 1px solid $border_success;
a {
color: #FFF;
}
}
.dash-list .str-truncated {
max-width: 72%;
}
Loading
Loading
@@ -3,7 +3,7 @@
.input-group
= search_field_tag :filter_group, nil, placeholder: 'Filter by name', class: 'dash-filter form-control'
- if current_user.can_create_group?
.input-group-addon
.input-group-addon.dash-new-group
= link_to new_group_path, class: "" do
%strong New group
%ul.well-list.dash-list
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment