Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-04 19:43:47 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-04 19:43:47 +0300
commit003b36b45f38ca3116af5d9179fff4adb26a4eb1 (patch)
tree83b8ab89e400dfaa675b2786ffe3a9d17cda61d1 /app/views/groups
parent21ccf89685bceee2b502a9e6a9fbb55310e02ebc (diff)
Fixed layout nav, revert back to badge styles, general enhancements
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 8c23a4ed1a4..089de798bd8 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-fluid.container-limited
= link_to group_icon(@group), target: '_blank' do
= image_tag group_icon(@group), class: "avatar group-avatar s90"
.group-info