##// END OF EJS Templates
remove trailing white-spaces from app/views/context_menus/time_entries.html.erb...
Toshi MARUYAMA -
r7177:ed85e669ce6c
parent child
Show More
@@ -26,7 +26,7
26 <%= call_hook(:view_time_entries_context_menu_end, {:time_entries => @time_entries, :can => @can, :back => @back }) %>
26 <%= call_hook(:view_time_entries_context_menu_end, {:time_entries => @time_entries, :can => @can, :back => @back }) %>
27
27
28 <li>
28 <li>
29 <%= context_menu_link l(:button_delete),
29 <%= context_menu_link l(:button_delete),
30 {:controller => 'timelog', :action => 'destroy', :ids => @time_entries.collect(&:id), :back_url => @back},
30 {:controller => 'timelog', :action => 'destroy', :ids => @time_entries.collect(&:id), :back_url => @back},
31 :method => :delete, :confirm => l(:text_time_entries_destroy_confirmation), :class => 'icon-del', :disabled => !@can[:delete] %>
31 :method => :delete, :confirm => l(:text_time_entries_destroy_confirmation), :class => 'icon-del', :disabled => !@can[:delete] %>
32 </li>
32 </li>
General Comments 0
You need to be logged in to leave comments. Login now