|
|
|
@ -182,7 +182,9 @@
|
|
|
|
|
:onmouseover =>"message_titile_show($(this),event)",
|
|
|
|
|
:onmouseout => "message_titile_hide($(this))" %></a></li>
|
|
|
|
|
<div style="display: none" class="message_title_red system_message_style" >
|
|
|
|
|
<%= ma.course_message.content.html_safe %>
|
|
|
|
|
<p><strong>标题:</strong><%= ma.course_message.subject %></p>
|
|
|
|
|
<div class="fl"><strong>内容:</strong></div>
|
|
|
|
|
<div class="ml36"><%= ma.course_message.content.html_safe %></div>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
<li class="homepageNewsTime fl"><%= time_tag(ma.created_at).html_safe %> </li>
|
|
|
|
|