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
This commit is contained in:
parent
bbda20f72e
commit
ed85e669ce
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue