diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-06-08 14:03:01 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-06-08 14:03:01 -0500 |
commit | f367582ffe275dde4a0bd5ef281fd9e93e7586e5 (patch) | |
tree | fcf0a5550655badd5c8870957459204eb2467a82 /app/views/groups/show.html.haml | |
parent | 97b0074278070059b9d5fa1c9b2cca5f35171eeb (diff) | |
download | gitlab-ce-f367582ffe275dde4a0bd5ef281fd9e93e7586e5.tar.gz |
Use container helper instead of hard coded container
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r-- | app/views/groups/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 77c297255b8..dbc3d1b07f6 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -5,7 +5,7 @@ = auto_discovery_link_tag(:atom, group_url(@group, format: :atom, private_token: current_user.private_token), title: "#{@group.name} activity") .cover-block.groups-cover-block - .container-fluid.container-limited + %div{ class: (container_class) } = link_to group_icon(@group), target: '_blank' do = image_tag group_icon(@group), class: "avatar group-avatar s70" .group-info |