pmr_app/app/views/public/articles/index.html.haml
Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01:00

29 lines
437 B
Plaintext

.menu_item_title
-if @lang.slug == "fr"
%h1 Articles du blog
-elsif @lang.slug == "en"
%h1 Blog
=render :partial => "article", :object => @articles[0], :as => :article
.more_articles
-i = 0
-@articles[1..20].each do |article|
-i = i +1
=render :partial => "article_x2", :object => article, :as => :article, :locals => {:i => i}
.clear
%br
%br
%br
#articles_pagination= paginate @articles