|
|
|
@ -51,8 +51,9 @@
|
|
|
|
|
<li class="homepageNewsPubType fl">
|
|
|
|
|
<span class="newsBlue homepageNewsPublisher">Trustie平台</span><span class="homepageNewsType fl">发布新消息:</span>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="homepageNewsContent fl">
|
|
|
|
|
<span style="color: red;float: left">【系统消息】</span><li class="homepageSystenMessageContent fl" id="content_<%= usm.id %>">
|
|
|
|
|
<span style="color: red;float: left">【系统消息】</span><li class="homepageSystenMessageContent fl" id="content_<%= usm.id %>">
|
|
|
|
|
<li class="homepageSystenMessageContent fl">
|
|
|
|
|
|
|
|
|
|
<%= 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);",
|
|
|
|
|