Skip to content

Instantly share code, notes, and snippets.

Created October 14, 2013 22:34
Show Gist options
  • Save anonymous/6983396 to your computer and use it in GitHub Desktop.
Save anonymous/6983396 to your computer and use it in GitHub Desktop.
<%= link_to metric, class: "close", method: :delete, data: { confirm: 'Are you sure?' } do %>
<i class="icon-remove"></i>
<% end %>
<%= link_to metric, class: "close", method: :edit do %>
<i class="icon-pencil"></i>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment