summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:51:10 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:51:10 +0100
commitac389c6a3ec7f54174edb243b54b279a4916c30a (patch)
tree049cde6814813bbb8371a744215b890a14760d4a
parent8196d269ebcc15925bf532a9edcccf75248bfffb (diff)
downloadgitlab-ce-ac389c6a3ec7f54174edb243b54b279a4916c30a.tar.gz
Consistent styling for dashboard groups gray block
-rw-r--r--app/views/dashboard/groups/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml
index f3f3f58111e..d5b7e729e7b 100644
--- a/app/views/dashboard/groups/index.html.haml
+++ b/app/views/dashboard/groups/index.html.haml
@@ -8,8 +8,8 @@
= link_to new_group_path, class: "btn btn-new" do
%i.fa.fa-plus
New Group
- .title Welcome to the groups!
- Group members have access to all group projects.
+ .oneline
+ Group members have access to all group projects.
%ul.content-list
- @group_members.each do |group_member|