diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 9740944..1084d64 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) %>