5 lines
232 B
Text
5 lines
232 B
Text
- @task.assignments.each do |ass|
|
|
= ass.user.nick
|
|
%small= link_to icon(:delete, :title => "#{ass.user.nick} entfernen"), |
|
|
{:action => "drop_assignment", :id => ass}, |
|
|
:confirm => 'Bist du sicher?', :method => "post" |
|