diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 97409441f..1084d64e2 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -5,11 +5,11 @@

<%=l(:label_overview)%>

- +
<%= textilizable @project.description %> -
+
+ <% if User.current.allowed_to?(:view_issues, @project) %>