foodsoft/app/views/tasks/_assignments.haml

4 lines
184 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 icon(:delete), {:action => "drop_assignment", :id => ass}, :confirm => 'Bist du sicher?', :method => "post"
2009-01-06 11:49:19 +01:00
%br/