<%= truncate(strip_tags(@comment.processed_html.html_safe), 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 %>