Skip to content

Instantly share code, notes, and snippets.

@aeden
Created February 16, 2010 21:49
Show Gist options
  • Save aeden/305978 to your computer and use it in GitHub Desktop.
Save aeden/305978 to your computer and use it in GitHub Desktop.
<li><span class="name"><%= h person.name %></span>
<%= link_to 'delete', delete_person_path(person), :class => 'delete' %>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment