|
|
|
@ -41,7 +41,7 @@ |
|
|
|
|
action_for(result, :action => 'edit'), :title => l(:button_edit) %> |
|
|
|
|
<%= link_to image_tag('delete.png'), action_for(result, :action => 'destroy'), |
|
|
|
|
:title => l(:button_edit), :confirm => l(:text_are_you_sure), |
|
|
|
|
:method => :post, :title => l(:button_delete) %> |
|
|
|
|
:method => :delete, :title => l(:button_delete) %> |
|
|
|
|
<% end %> |
|
|
|
|
<% end %> |
|
|
|
|
</td> |
|
|
|
|