Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. -# @views/posts.haml
  2. %section{:class => "articles"}
  3. - @post.reverse.each do |post|
  4. %article
  5. %h2
  6. =post.title
  7. = post.date
  8. %div
  9. = post.text
  10. %a{:href => "/page/#{RPL::next @page}"}
  11. Next
Add Comment
Please, Sign In to add comment