pw_app/app/views/public/home/home.html.haml
Nicolas Bally 2a1d9dadc7 initial
2015-10-26 15:00:29 +01:00

7 lines
170 B
Plaintext

-if @index_title
%h1=@index_title
=render :partial => "public/articles/article", :collection => @articles, :as => "article"
#articles_pagination= paginate @articles