Displaying 1 result from an estimated 1 matches for "remove_skil".
Did you mean:
remove_skill
2007 Jul 24
2
reusing partials
...gt;
<%= submit_tag %>
<%= end_form_tag %>
</td>
<td>
<p><% if @degree.skills.empty?%>
(None)
</p>
<% else %>
<% for skill in @degree.skills %>
<%= skill.name %>
<%= link_to ''Remove'', {:action => ''remove_skill'',
:id=> @degree, :which_skill => skill.id},
:confirm => ''Are you sure?'', :post => true %>
<br />
<% end %>
<% end %>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Googl...