From 990dc3cbffa8342bda71905ae23a5eef4a947b95 Mon Sep 17 00:00:00 2001 From: nwb Date: Thu, 24 Jul 2014 10:39:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/documents/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index d626fe30c..b5cf00142 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 %> From 0fc2e3be21b57bc13e6bd3554f5bd2cf29839a75 Mon Sep 17 00:00:00 2001 From: nwb Date: Thu, 24 Jul 2014 10:43:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/documents/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index b5cf00142..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 %>