pic_vert_app/app/views/public/articles/_index.html.haml
Nicolas Bally a49b163724 articles
2014-12-17 23:07:57 +01:00

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é.