• <%= 'style="display:none"' if controller.request.xhr? %><%= onhover_show_admin_tools(:comment, comment.id) %>> <%= admin_tools_for comment %> <%= gravatar_tag(comment.email) if this_blog.use_gravatar and comment.email and !comment.email.empty? %>
    <%= link_to_unless(comment.url.blank?, h(comment.author), comment.url) %> <%= _("said")%> <%= distance_of_time_in_words comment.article.published_at, comment.created_at %> later:
    <%= comment.generate_html(:body) %> <% unless comment.published -%>
    <%= _("This comment has been flagged for moderator approval. It won't appear on this blog until the author approves it")%>.
    <% end -%>