Skip to content

Instantly share code, notes, and snippets.

@TXDynamics
Created July 12, 2013 13:33
Show Gist options
  • Save TXDynamics/5984488 to your computer and use it in GitHub Desktop.
Save TXDynamics/5984488 to your computer and use it in GitHub Desktop.
Set Destroy / Delete link in Rails to an Image or other html
<%= link_to '<i class=" cus-cancel"></i> Delete'.html_safe, questionnaire_path(@questionnaire), method: :delete, data: {confirm: 'Are you sure?'} %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment