foodsoft/app/views/tasks/_assignments.haml

4 lines
182 B
Plaintext

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