<%# When not logged in, but mid-comment-leaving, there'll be no comment.user %> <%= comment.user ? user_or_you_capital_link(comment.user) : "You" %> left an annotation (<%= simple_date(comment.created_at || Time.now) %>)

<%= comment.get_body_for_html_display %>

<% if !comment.id.nil? %> <%= link_to "Link to this", comment_url(comment) %> <% if !@user.nil? && @user.admin_page_links? %> | <%= link_to "Admin", admin_url("request/edit_comment/" + comment.id.to_s) %> <% end %> <% end %>