diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index d626fe30c..b7740c951 100644 --- a/app/views/documents/show.html.erb +++ b/app/views/documents/show.html.erb @@ -11,7 +11,7 @@

<%=h @document.title %>

-

<%=h @document.category.name %>
+

<%#=h @document.category.name %>
<%= format_date @document.created_on %>

<%= textilizable @document, :description, :attachments => @document.attachments %>