From de5c9f2dc1f828200f3d7395338db664092777d2 Mon Sep 17 00:00:00 2001 From: Sebastian Schuster Date: Mon, 14 Oct 2013 11:27:16 +0200 Subject: [PATCH] Fixed another wrong asset location --- app/views/cost_types/_list_deleted.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cost_types/_list_deleted.html.erb b/app/views/cost_types/_list_deleted.html.erb index bc8127269d..f177f6707e 100644 --- a/app/views/cost_types/_list_deleted.html.erb +++ b/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 %>