peractus_app/app/views/public/articles/archives.html.haml
Nicolas Bally a5cfbad091 initial
2018-08-06 16:55:14 +02:00

24 lines
365 B
Plaintext

-@img_url = "/fond-default.jpg"
-@facebook_img = @img_url
-@article = true
-@title = "Archives"
#actus
.center
#left_actus
=render @articles
#articles_pagination{:style => "padding-top:30px;"}
= paginate @articles
.clear
#right_actus
=render :partial => "public/articles/sidebar"