##// END OF EJS Templates
Fixes wrong string....
Jean-Philippe Lang -
r6211:8ba74845bc9f
parent child
Show More
@@ -17,7 +17,7
17 <li><%= context_menu_link h(u.name), {:controller => 'timelog', :action => 'bulk_edit', :ids => @time_entries.collect(&:id), :time_entry => {'activity_id' => u}, :back_url => @back}, :method => :post,
17 <li><%= context_menu_link h(u.name), {:controller => 'timelog', :action => 'bulk_edit', :ids => @time_entries.collect(&:id), :time_entry => {'activity_id' => u}, :back_url => @back}, :method => :post,
18 :selected => (@time_entry && u == @time_entry.activity), :disabled => !@can[:update] %></li>
18 :selected => (@time_entry && u == @time_entry.activity), :disabled => !@can[:update] %></li>
19 <% end -%>
19 <% end -%>
20 <li><%= context_menu_link l(:label_nobody), {:controller => 'timelog', :action => 'bulk_edit', :ids => @time_entries.collect(&:id), :time_entry => {'activity_id' => 'none'}, :back_url => @back}, :method => :post,
20 <li><%= context_menu_link l(:label_none), {:controller => 'timelog', :action => 'bulk_edit', :ids => @time_entries.collect(&:id), :time_entry => {'activity_id' => 'none'}, :back_url => @back}, :method => :post,
21 :selected => (@time_entry && @time_entry.activity.nil?), :disabled => !@can[:update] %></li>
21 :selected => (@time_entry && @time_entry.activity.nil?), :disabled => !@can[:update] %></li>
22 </ul>
22 </ul>
23 </li>
23 </li>
General Comments 0
You need to be logged in to leave comments. Login now