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:
authorSullivan SENECHAL <soullivaneuh@gmail.com>2015-04-27 01:43:02 +0300
committerSullivan SENECHAL <soullivaneuh@gmail.com>2015-04-27 01:43:02 +0300
commitf28f5e49f62f8ae780d991cf266cff95e1a5c057 (patch)
treeb71fc1cdc7d542f5f6373c9a672d514c461fd9ff /app/views/groups
parentf0c4c51f8323216bd90fb564d6b1bff1f247cf16 (diff)
Fix wrong placement of show-aside link
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/show.html.haml5
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