From 97f8aedd13ba11928b6f4708388d8a1ab29cb388 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Wed, 27 Aug 2014 11:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E9=A6=96=E9=A1=B5=E6=8F=8F=E8=BF=B0=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/show.html.erb | 18 +++++++++--------- app/views/users/user_activities.html.erb | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index b70d73eb6..068390192 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -72,7 +72,7 @@ <% end %>
<%= textilizable act.notes %>
+<%= textAreailizable act.notes %>
<%= act.description.html_safe %>
<%=textAreailizable act, :description %>
<%= desStr %>
<%= act.long_comments.html_safe %>
<%= textAreailizable act,:long_comments %>
<%= h act.content.truncate(240, omission: '...') %>
+<%= textAreailizable(act,:content) %>
<%= act.description.html_safe %>
<%= textAreailizable act,:description %>
<%= h act.description %>
+<%= textAreailizable act, :description %>
<%= textilizable e.notes %>
<%= textAreailizable e.notes %>