<%= truncate(sanitize(@comment.processed_html, tags: []), length: 80) %>
Are you sure you want to delete this comment?
You cannot undo this action, perhaps you just want to
EDIT instead?
<%= form_tag "/comments/#{@comment.id}", method: :delete do %>
<% end %>