2009-01-06 11:49:19 +01:00
|
|
|
- @task.assignments.each do |ass|
|
|
|
|
= ass.user.nick
|
2009-10-16 21:06:55 +02:00
|
|
|
%small= link_to icon(:delete, :title => "#{ass.user.nick} entfernen"), |
|
|
|
|
{:action => "drop_assignment", :id => ass}, |
|
|
|
|
:confirm => 'Bist du sicher?', :method => "post" |
|