negos_app/app/views/public/needs/_wish.html.haml
2015-12-08 17:40:07 +01:00

16 lines
520 B
Plaintext

%tr{:id => wish.id}
%td
=link_to wish.title, public_need_path(wish)
%td
-if wish.category
=wish.category.name
%td
=wish.human_state
%td{style: 'text-align:center' }
=i(:"hand-paper-o") + " " + wish.wishes.length.to_s
%td{style: 'text-align:center'}
=i(:"comment-o") + " " + wish.messages.length.to_s
%td.actions{:style => "width:150px;text-align:right"}
=link_to i(:"remove"), wish_public_need_path(wish),title:"Je ne suis plus intéressé", class: 'btn btn-danger btn-square'