37 lines
425 B
Plaintext
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|