= link_to 'Ajouter un contact', new_admin_contact_path, :class => "btn btn-primary", :style => "float:right;", :remote => true %h1 Liste des contacts %p =link_to "Actifs", admin_contacts_path =link_to "Archivés", admin_contacts_path(:archived => true) %table.table.table-hover %thead#Admin_rows_header.rows_header %tr %td %td %td Date %td Nom %td Coordonnées %td Géré par %td{:style => "width:150px"}   %tbody#admin_rows.rows =render @contacts