diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index 33210803a..37b891d65 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -1,10 +1,12 @@ <% provide(:head_title, t("projects.index.head_title")) %> - + <% if current_team %> <%= render partial: "shared/sidebar", locals: { page: 'project' } %> <%= render partial: "shared/secondary_navigation" %> + + <% if can_create_projects?(current_team) %>