summaryrefslogtreecommitdiff
path: root/app/views/layouts/ci/_nav_dashboard.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/ci/_nav_dashboard.html.haml')
-rw-r--r--app/views/layouts/ci/_nav_dashboard.html.haml24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/views/layouts/ci/_nav_dashboard.html.haml b/app/views/layouts/ci/_nav_dashboard.html.haml
deleted file mode 100644
index 55bacb66061..00000000000
--- a/app/views/layouts/ci/_nav_dashboard.html.haml
+++ /dev/null
@@ -1,24 +0,0 @@
-%ul.nav.nav-sidebar
- = nav_link do
- = link_to root_path, title: 'Back to dashboard', data: {placement: 'right'}, class: 'back-link' do
- = icon('caret-square-o-left fw')
- %span
- Back to GitLab
- %li.separate-item
- = nav_link path: 'projects#index' do
- = link_to ci_root_path do
- %i.fa.fa-home
- %span
- Projects
- - if current_user && current_user.is_admin?
- %li
- = link_to ci_admin_projects_path do
- %i.fa.fa-cogs
- %span
- Admin
- = nav_link path: "helps#show" do
- = link_to ci_help_path do
- %i.fa.fa-info
- %span
- Help
-