]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/context_menus/time_entries.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 06:01:59 +0000 (06:01 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 06:01:59 +0000 (06:01 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7297 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/context_menus/time_entries.html.erb

index d1f20b11160eaa277249e512b4eb0daf320afc09..72baf58581555820e6fb4eccc41f63952706c840 100644 (file)
@@ -26,7 +26,7 @@
   <%= call_hook(:view_time_entries_context_menu_end, {:time_entries => @time_entries, :can => @can, :back => @back }) %>
 
   <li>
-    <%= 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] %>
   </li>