summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/projects/index.html.haml')
-rw-r--r--app/views/dashboard/projects/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/dashboard/projects/index.html.haml b/app/views/dashboard/projects/index.html.haml
index a4dc49d2120..985871a888c 100644
--- a/app/views/dashboard/projects/index.html.haml
+++ b/app/views/dashboard/projects/index.html.haml
@@ -12,6 +12,7 @@
%div{ class: container_class }
- if has_projects_or_name?(@projects, params)
= render 'dashboard/projects_head'
+ = render 'nav'
= render 'projects'
- else
= render "zero_authorized_projects"