|
|
|
@ -54,7 +54,7 @@
|
|
|
|
|
<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_system_messages_path(User.current),
|
|
|
|
|
<%= link_to usm.subject.nil? ? (usm.content.nil? ? usm.description.html_safe : usm.content.html_safe) : usm.subject, user_system_messages_path(User.current),
|
|
|
|
|
:id => "content_link_#{usm.id}",
|
|
|
|
|
:onmouseover =>"message_titile_show($(this),event);",
|
|
|
|
|
:onmouseout => "message_titile_hide($(this));"
|
|
|
|
|