<% coder = HTMLEntities.new %> <%= Rails.application.name %><%= @title.present? ? ": " + h(@title) : "" %> <%= @title %> <%= root_url %>comments <% @comments.each do |comment| %> on <%= raw coder.encode(comment.story.title, :decimal) %> <%= comment.url %> <%= comment.short_id_url %> <%= comment.user.username %> <%= comment.created_at.rfc2822 %> <%= comment.url %> <%= raw coder.encode(comment.markeddown_comment, :decimal) %> <% end %>