Fixed another wrong asset location

pull/6827/head
Sebastian Schuster 11 years ago
parent cdc9f46af2
commit de5c9f2dc1
  1. 2
      app/views/cost_types/_list_deleted.html.erb

@ -25,7 +25,7 @@
<%= form_for cost_type, :url => toggle_delete_cost_type_path(cost_type),
:html => { :id => "restore_cost_type_#{cost_type.id}",
:class => "restore_cost_type" } do |f| %>
<%= image_submit_tag "unlock.png" , :alt => l(:button_unlock), :title => l(:button_unlock) %>
<%= image_submit_tag "webalys/unlock.png" , :alt => l(:button_unlock), :title => l(:button_unlock) %>
<% end %>
</td>
</tr>

Loading…
Cancel
Save