22 lines
356 B
Plaintext
22 lines
356 B
Plaintext
.qi_header
|
|
.right= link_to 'Ajouter un auteur', new_admin_article_author_path(), :class => "btn btn-primary", :remote => true
|
|
%h1
|
|
Blog
|
|
%span
|
|
Auteurs
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
%table.table
|
|
%tr
|
|
%th Nom
|
|
|
|
%th
|
|
%th
|
|
|
|
|
|
%tbody#article_authors_rows
|
|
=render @article_authors
|
|
|
|
|