14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
.header
|
|
.right= link_to 'Ajouter un article', new_admin_article_path(), :class => "button", :remote => true
|
|
%h1 Liste des articles
|
|
|
|
|
|
.grid_12
|
|
%table#articles.QI_table_alternate_alt1
|
|
%tr
|
|
%th Titre de l'article
|
|
%th Date de publication
|
|
%th Publié ?
|
|
%th
|
|
=render @articles
|
|
|