pic_vert_app/app/views/sheets/_sheets.html.haml
2013-01-08 22:47:42 +01:00

12 lines
251 B
Plaintext

=@sheets.size
résultats
%table.admin_table
%tr
%th Nom
%th Prénom
%th Téléphone
%th Email
%th
=render @sheets.sort{|u,v| ((u.person.surname if u.person) || u.corporate).to_s <=>(( v.person.surname if v.person )|| v.corporate).to_s}