pic_vert_app/app/views/admin/authors/index.html.haml
2014-12-09 23:26:33 +01:00

37 lines
425 B
Plaintext

= link_to 'Ajouter un auteur', new_admin_author_path, :remote => true, :class => "btn btn-primary", :style => "float:right;"
%h1 Liste des auteurs
%table.table.table-hover.table-striped
%thead#Admin_rows_header.rows_header
%tr
%td
Nom
%td{:style => "width:100px"}
 
%tbody#author_rows.rows
=render @authors