2016-05-06 17:36:28 +08:00
|
|
|
<div class="orig_user fl">
|
2016-07-04 14:14:51 +08:00
|
|
|
<%= link_to image_tag(url_to_avatar(comment.creator_user), :width => "33", :height => "33"), user_path(comment.creator_user.id), :alt => "用户头像" %>
|
2016-05-06 17:36:28 +08:00
|
|
|
</div>
|
|
|
|
<div class="orig_right fl">
|
2016-07-04 14:14:51 +08:00
|
|
|
<%= link_to comment.creator_user.show_name, user_path(comment.creator_user.id), :class => "content-username" %>
|
2016-06-23 14:47:22 +08:00
|
|
|
<span class="orig_area"><%= time_from_now(comment.created_on) %></span>
|
2016-07-04 14:14:51 +08:00
|
|
|
<div class="orig_content "><%= comment.content_detail.html_safe %></div>
|
2016-05-06 17:36:28 +08:00
|
|
|
</div>
|
|
|
|
<div class="cl"></div>
|