diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb index c9d02378a..010c6aee4 100644 --- a/app/views/projects/index.html.erb +++ b/app/views/projects/index.html.erb @@ -67,7 +67,7 @@ - <% if can_create_project?(@project) && @teams.length > 0 %> + <% if @teams.length > 0 && can_create_projects?(current_team) %>