<%= 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 %>