Skip to content

Instantly share code, notes, and snippets.

@radar
Forked from anonymous/gist:6983396
Last active December 25, 2015 13:28
Show Gist options
  • Save radar/6983431 to your computer and use it in GitHub Desktop.
Save radar/6983431 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 [:edit, metric], class: "close" 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