<%= truncate(sanitize(@comment.processed_html, tags: []), length: 200) %>
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 %>
Edit
Dismiss
<% end %>