% host.comments.showable.for_locale(I18n.locale.to_s).by_created.each_with_index do |comment, index| %>
<%= index + 1 %> <%= comment.author.present? ? link_to(comment.author.spiritual_name, member_path(comment.author)) : 'anonymous' %> <%= l comment.created_at, format: :tkh_default %> <%= sanitize comment.body.gsub(/\r\n?/, ""), :tags => %w(br), :attributes => %w() %>
<%= index + 1 %> <%= comment.author.present? ? link_to(comment.author.spiritual_name, member_path(comment.author)) : 'anonymous' %> <%= l comment.created_at, format: :tkh_default %> <%= sanitize comment.body.gsub(/\r\n?/, "
"), :tags => %w(br), :attributes => %w() %>