diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 0e9a11229e..784552a783 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -49,7 +49,7 @@ See doc/COPYRIGHT.rdoc for more details.
-
+
<% if User.current.allowed_to?(:view_work_packages, @project) %>

@@ -76,7 +76,7 @@ See doc/COPYRIGHT.rdoc for more details. <%= call_hook(:view_projects_show_left, project: @project) %>

-
+
<%= render partial: 'members_box' %> <% if @news.any? && authorize_for('news', 'index') %>