Mercurial > hg > soundsoftware-site
diff app/views/timelog/.svn/text-base/_list.rhtml.svn-base @ 37:94944d00e43c
* Update to SVN trunk rev 4411
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 19 Nov 2010 13:24:41 +0000 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
line wrap: on
line diff
--- a/app/views/timelog/.svn/text-base/_list.rhtml.svn-base Fri Sep 24 14:06:04 2010 +0100 +++ b/app/views/timelog/.svn/text-base/_list.rhtml.svn-base Fri Nov 19 13:24:41 2010 +0000 @@ -31,7 +31,7 @@ :title => l(:button_edit) %> <%= link_to image_tag('delete.png'), {:controller => 'timelog', :action => 'destroy', :id => entry, :project_id => nil}, :confirm => l(:text_are_you_sure), - :method => :post, + :method => :delete, :title => l(:button_delete) %> <% end -%> </td>