|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
<span style="color: red;float: left">【系统消息】</span>
|
|
|
|
|
<li class="homepageSystenMessageContent fl">
|
|
|
|
|
|
|
|
|
|
<%= link_to ma.subject.blank? ? (ma.content.nil? ? ma.description.html_safe : ma.content.html_safe) : ma.subject, user_system_messages_path(User.current),
|
|
|
|
|
<%= link_to ma.subject.blank? ? (ma.content.nil? ? ma.description.html_safe : ma.content.html_safe) : ma.subject, user_system_messages_path(User.current, :anchor => "position_#{ma.id}"),
|
|
|
|
|
:id => "content_link_#{ma.id}", :target => '_blank' %>
|
|
|
|
|
<!--:onmouseover =>"message_titile_show($(this),event);",-->
|
|
|
|
|
<!--:onmouseout => "message_titile_hide($(this));"-->
|
|
|
|
|