summaryrefslogtreecommitdiffstats
path: root/app/views/context_menus/time_entries.html.erb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 06:01:59 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 06:01:59 +0000
commited85e669ce6cad2b5da91bab1a14d094ba535084 (patch)
treea78535e045e7c4071ec5975e829a11339cc4e855 /app/views/context_menus/time_entries.html.erb
parentbbda20f72ed122892e04a7277f3376d7b8de8e2a (diff)
downloadredmine-ed85e669ce6cad2b5da91bab1a14d094ba535084.tar.gz
redmine-ed85e669ce6cad2b5da91bab1a14d094ba535084.zip
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
Diffstat (limited to 'app/views/context_menus/time_entries.html.erb')
-rw-r--r--app/views/context_menus/time_entries.html.erb2
1 files changed, 1 insertions, 1 deletions
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 }) %>
<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>