20 lines
467 B
Plaintext
20 lines
467 B
Plaintext
-if @articles.size > 0
|
|
|
|
-articles = @articles
|
|
|
|
-if articles
|
|
.articles
|
|
-articles.each do |article|
|
|
%a{:href => public_article_path(:id => article.slug)}
|
|
.article
|
|
.image=image_tag article.image_file.file.large.medium.url if article.image_file
|
|
|
|
|
|
.description
|
|
%h2=article.title
|
|
|
|
.clear
|
|
#articles_pagination= paginate @articles
|
|
-else
|
|
%p
|
|
Aucun article plublié. |