18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
|
|
.right= link_to 'Ajouter un auteur', new_admin_article_author_path(), :class => "btn btn-primary", :remote => true
|
|
|
|
%h1 Liste des auteurs
|
|
|
|
|
|
|
|
%table.stat_table.table.table-striped
|
|
%tr
|
|
%th Nom
|
|
|
|
%th
|
|
|
|
|
|
%tbody#article_authors_rows
|
|
=render @article_authors
|
|
|
|
|