From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 06:01:59 +0000 (+0000) Subject: remove trailing white-spaces from app/views/context_menus/time_entries.html.erb X-Git-Tag: 1.3.0~671 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed85e669ce6cad2b5da91bab1a14d094ba535084;p=redmine.git remove trailing white-spaces from app/views/context_menus/time_entries.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7297 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/context_menus/time_entries.html.erb b/app/views/context_menus/time_entries.html.erb index d1f20b111..72baf5858 100644 --- a/app/views/context_menus/time_entries.html.erb +++ b/app/views/context_menus/time_entries.html.erb @@ -26,7 +26,7 @@ <%= call_hook(:view_time_entries_context_menu_end, {:time_entries => @time_entries, :can => @can, :back => @back }) %>
  • - <%= context_menu_link l(:button_delete), + <%= context_menu_link l(:button_delete), {:controller => 'timelog', :action => 'destroy', :ids => @time_entries.collect(&:id), :back_url => @back}, :method => :delete, :confirm => l(:text_time_entries_destroy_confirmation), :class => 'icon-del', :disabled => !@can[:delete] %>