|
|
|
@ -52,11 +52,12 @@
|
|
|
|
|
<span class="newsBlue homepageNewsPublisher">Trustie平台</span><span class="homepageNewsType fl">发布新消息:</span>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="homepageNewsContent fl">
|
|
|
|
|
<%= link_to usm.content.nil? ? ("【系统消息】"+usm.description).html_safe : ("【系统消息】"+usm.content).html_safe, user_message_path(User.current, :type => "system_messages"),
|
|
|
|
|
:class => "newsRed",
|
|
|
|
|
:onmouseover => "message_titile_show($(this),event);",
|
|
|
|
|
:onmouseout => "message_titile_hide($(this));"
|
|
|
|
|
%>
|
|
|
|
|
<span style="color: red;float: left">【系统消息】</span><li class="homepageSystenMessageContent fl" id="content_<%= usm.id %>">
|
|
|
|
|
<%= link_to usm.content.nil? ? usm.description.html_safe : usm.content.html_safe, user_message_path(User.current, :type => "system_messages"),
|
|
|
|
|
:id => "content_link_#{usm.id}",
|
|
|
|
|
:onmouseover =>"message_titile_show($(this),event);",
|
|
|
|
|
:onmouseout => "message_titile_hide($(this));"
|
|
|
|
|
%>
|
|
|
|
|
</li>
|
|
|
|
|
<div style="display:none;" class="message_title_red system_message_style">
|
|
|
|
|
<%= usm.content.nil? ? usm.description.html_safe : usm.content.html_safe %>
|
|
|
|
@ -376,8 +377,8 @@
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="homepageNewsPubType fl"><span class="newsBlue homepageNewsPublisher" >Trustie平台</span><span class="homepageNewsType fl">发布新消息:</span></li>
|
|
|
|
|
<li class="homepageNewsContent fl" id="content_<%= ma.id %>">
|
|
|
|
|
<span style="color: red">【系统消息】</span><%= link_to ma.content.nil? ? ma.description.html_safe : ma.content.html_safe, user_message_path(User.current, :type => "system_messages"),
|
|
|
|
|
<span style="color: red;float: left">【系统消息】</span><li class="homepageSystenMessageContent fl" id="content_<%= ma.id %>">
|
|
|
|
|
<%= link_to ma.content.nil? ? ma.description.html_safe : ma.content.html_safe, user_message_path(User.current, :type => "system_messages"),
|
|
|
|
|
:id => "content_link_#{ma.id}",
|
|
|
|
|
:onmouseover =>"message_titile_show($(this),event);",
|
|
|
|
|
:onmouseout => "message_titile_hide($(this));"
|
|
|
|
|