BigW Consortium Gitlab

Commit 53525200 by Jacob Schatz

Merge branch 'fix/style-empty-groups' into 'master'

Wrap "No groups found" message with a .nothing-here-block The "No groups found" message's style is inconsistent with the other empty messages. ## Screenshots ### Empty groups ![Screen_Shot_2016-05-13_at_13.40.34](/uploads/1447c5f60cde7d50d6f8f07c41704e5c/Screen_Shot_2016-05-13_at_13.40.34.png) ### Empty projects ![Screen_Shot_2016-05-13_at_13.40.30](/uploads/c21ff093f3d6bdbafecf7b075fa33d3c/Screen_Shot_2016-05-13_at_13.40.30.png) See merge request !4137
parents ec866445 0d9c351b
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
- groups.each_with_index do |group, i| - groups.each_with_index do |group, i|
= render "shared/groups/group", group: group = render "shared/groups/group", group: group
- else - else
%h3 No groups found .nothing-here-block No groups found
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