##// END OF EJS Templates
Use HTTP DELETE when deleting a time entry. #6674...
Eric Davis -
r4145:ce99f3247fba
parent child
Show More
@@ -40,7 +40,7 entries_by_day = entries.group_by(&:spent_on)
40 40 :title => l(:button_edit) %>
41 41 <%= link_to image_tag('delete.png'), {:controller => 'timelog', :action => 'destroy', :id => entry},
42 42 :confirm => l(:text_are_you_sure),
43 :method => :post,
43 :method => :delete,
44 44 :title => l(:button_delete) %>
45 45 <% end -%>
46 46 </td>
General Comments 0
You need to be logged in to leave comments. Login now