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/admin
parentf0c4c51f8323216bd90fb564d6b1bff1f247cf16 (diff)
Fix wrong placement of show-aside link
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/projects/index.html.haml4
-rw-r--r--app/views/admin/users/index.html.haml4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index 3bbe10bc270..0a13791029d 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -1,6 +1,6 @@
+= render 'shared/show_aside'
+
.row
- = link_to '#aside', class: 'show-aside' do
- %i.fa.fa-angle-left
%aside.col-md-3
.admin-filter
= form_tag admin_namespaces_projects_path, method: :get, class: '' do
diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml
index 25c1730ef70..23a9d769639 100644
--- a/app/views/admin/users/index.html.haml
+++ b/app/views/admin/users/index.html.haml
@@ -1,6 +1,6 @@
+= render 'shared/show_aside'
+
.row
- = link_to '#aside', class: 'show-aside' do
- %i.fa.fa-angle-left
%aside.col-md-3
.admin-filter
%ul.nav.nav-pills.nav-stacked