- <%=link_to image_tag(url_to_avatar(ma.author), :width => "30", :height => "30"),user_path(ma.author) %>
-
<%= ma.author.login %>提到了你:
-
<%= link_to ma.subject.html_safe, ma.url,
:class =>"#{ma.viewed? ? "newsGrey" : "newsBlack"}",
:onmouseover =>"message_titile_show($(this),event)",
:onmouseout => "message_titile_hide($(this))" %>
标题:<%= ma.subject %>
<% unless ma.description.nil? %>
内容:
<%= ma.description.html_safe %>
<% end %>
- <%= time_tag(ma.created_at).html_safe %>
<% end %>