Merge remote-tracking branch 'origin/master' into feature/reporting_engine_merge

pull/6827/head
Tim Felgentreff 14 years ago
commit acfef726c9
  1. 2
      app/views/cost_reports/_cost_entry_table.rhtml

@ -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>

Loading…
Cancel
Save