foodsoft/app/views/tasks/_assignments.haml

4 lines
182 B
Plaintext
Raw Normal View History

2009-01-06 11:49:19 +01:00
- @task.assignments.each do |ass|
= ass.user.nick
%small= link_to _('Remove'), {:action => "drop_assignment", :id => ass}, :confirm => 'Bist du sicher?', :method => "post"
%br/