%tr.vertical_center.student_user#student_user{:id => student_user.id} %td=image_tag (student_user.avatar? ? student_user.avatar.square.url : ""), :class => "avatar", :style => "width:50px; border-radius:50%;" %td=link_to student_user.firstname.to_s+" "+student_user.name.to_s, student_student_user_path(student_user) %td =student_user.cp =student_user.city -if student_user.country? ="-" =student_user.country %td =student_user.email %td =student_user.tel %td ="Verouillé" if student_user.lock -if !@student_group %td.actions = link_to i(:"trash-o"), [:admin, student_user], :confirm => 'Voulez-vous vraiment supprimer cet utilisateur ?', :method => :delete, :remote => true = link_to i(:pencil), edit_admin_student_user_path(student_user)