diff options
author | Sullivan SENECHAL <soullivaneuh@gmail.com> | 2015-04-27 00:43:02 +0200 |
---|---|---|
committer | Sullivan SENECHAL <soullivaneuh@gmail.com> | 2015-04-27 00:43:02 +0200 |
commit | f28f5e49f62f8ae780d991cf266cff95e1a5c057 (patch) | |
tree | b71fc1cdc7d542f5f6373c9a672d514c461fd9ff /app/views/groups/show.html.haml | |
parent | f0c4c51f8323216bd90fb564d6b1bff1f247cf16 (diff) | |
download | gitlab-ce-f28f5e49f62f8ae780d991cf266cff95e1a5c057.tar.gz |
Fix wrong placement of show-aside link
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r-- | app/views/groups/show.html.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index 3db0dfa59b1..1678311141e 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -13,6 +13,9 @@ .description = escaped_autolink(@group.description) %hr + + = render 'shared/show_aside' + .row %section.activities.col-md-8 .hidden-xs @@ -33,5 +36,3 @@ = spinner %aside.side.col-md-4 = render "projects", projects: @projects - = link_to '#aside', class: 'show-aside' do - %i.fa.fa-angle-left |