10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
.grid_12
|
|
= link_to 'Ajouter un article', new_admin_article_path(:folder_id => @folder.id), :class => "button", :remote => true
|
|
|
|
|
|
%table#articles.QI_table_alternate_alt1
|
|
=render @articles
|
|
|
|
-if @articles.size == 0
|
|
|
|
%p Aucun articles actuellement |