<%= link_to image_tag(url_to_avatar(reply.user), :width => "45", :height => "45"), user_path(reply.user_id), :alt => "用户头像" %>
@@ -114,15 +110,17 @@
<%= link_to reply.try(:user).try(:realname), user_path(reply.user_id), :class => "newsBlue mr10 f14" %>
<% end %>
<%= format_date(reply.created_on) %>
-
-
<% if reply.details.any? %>
<% details_to_strings(reply.details).each do |string| %>
- <%= string %>
+
+ <%= string %>
+
<% end %>
<% else %>
- <%= reply.notes.html_safe %>
+
+ <%= reply.notes.html_safe %>
+
<% end %>