公共贴吧消息样式

This commit is contained in:
huang 2015-09-18 10:29:26 +08:00
parent 96f1dfd2e5
commit 3b5e7f3012
1 changed files with 2 additions and 1 deletions

View File

@ -336,7 +336,8 @@
:onmouseout => "message_titile_hide($(this))" %></a>
</li>
<div style="display: none" class="message_title">
<%= ma.memo.content.html_safe %>
<p>标题:<%= ma.memo.subject %></p>
<p>内容:<%= ma.memo.content.html_safe %></p>
</div>
<% end %>
<li class="homepageNewsTime fl"><%= time_tag(ma.memo.created_at).html_safe %> </li>