Minor improvements to task show view.
This commit is contained in:
parent
d0e04a05ec
commit
cf9fa69ac2
2 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
- @task.assignments.each do |ass|
|
||||
= ass.user.nick
|
||||
%small= link_to icon(:delete), {:action => "drop_assignment", :id => ass}, :confirm => 'Bist du sicher?', :method => "post"
|
||||
%br/
|
||||
%small= link_to icon(:delete, :title => "#{ass.user.nick} entfernen"), |
|
||||
{:action => "drop_assignment", :id => ass}, |
|
||||
:confirm => 'Bist du sicher?', :method => "post" |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue