系统消息显示
This commit is contained in:
parent
fb155c8458
commit
06fea1bf1d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue