<% @comments.each do |comment| %>
<%= link_to comment.author.try(:username), user_path(get_user_by_login_and(comment.author.try(:username))), :class => "link-blue mr15 fl" %> <%#= time_tag(comment.author.try(:created_at)) %>前
<%= comment.note %>
<% end %>
提 交