diff options
| author | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:51:10 +0100 | 
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:51:10 +0100 | 
| commit | ac389c6a3ec7f54174edb243b54b279a4916c30a (patch) | |
| tree | 049cde6814813bbb8371a744215b890a14760d4a | |
| parent | 8196d269ebcc15925bf532a9edcccf75248bfffb (diff) | |
| download | gitlab-ce-ac389c6a3ec7f54174edb243b54b279a4916c30a.tar.gz | |
Consistent styling for dashboard groups gray block
| -rw-r--r-- | app/views/dashboard/groups/index.html.haml | 4 | 
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| | 
