系统消息显示

This commit is contained in:
ouyangxuhua 2015-09-10 15:47:51 +08:00
parent fb155c8458
commit 06fea1bf1d
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
</li>
<li class="homepageNewsPubType fl"><span class="newsBlue homepageNewsPublisher" >Trustie平台</span><span class="homepageNewsType fl">发布新消息:</span></li>
<li class="homepageNewsContent fl">
<%= 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}" %></li>
<li class="homepageNewsTime fl"><%= time_tag(usm.created_at).html_safe %> </li>
@ -323,7 +323,7 @@
</li>
<li class="homepageNewsPubType fl"><span class="newsBlue homepageNewsPublisher" >Trustie平台</span><span class="homepageNewsType fl">发布新消息:</span></li>
<li class="homepageNewsContent fl">
<%= 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}" %></li>
<li class="homepageNewsTime fl"><%= time_tag(ma.created_at).html_safe %> </li>