From 06fea1bf1dabbf7110932ac7e381d0ef978cf501 Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Thu, 10 Sep 2015 15:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=B6=88=E6=81=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/user_messages.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/user_messages.html.erb b/app/views/users/user_messages.html.erb index 36392c7ac..c59930742 100644 --- a/app/views/users/user_messages.html.erb +++ b/app/views/users/user_messages.html.erb @@ -53,7 +53,7 @@
  • Trustie平台发布新消息:
  • - <%= link_to usm.content, {:controller => 'system_messages', :action => 'index'}, + <%= link_to usm.content.html_safe, {:controller => 'system_messages', :action => 'index'}, :class =>"newsGrey", :title => "#{usm.content.html_safe}" %>
  • <%= time_tag(usm.created_at).html_safe %>
  • @@ -323,7 +323,7 @@
  • Trustie平台发布新消息:
  • - <%= link_to ma.content, {:controller => 'system_messages', :action => 'index'}, + <%= link_to ma.content.html_safe, {:controller => 'system_messages', :action => 'index'}, :class =>"newsGrey", :title => "#{ma.content.html_safe}" %>
  • <%= time_tag(ma.created_at).html_safe %>