Sha256: edcfd121dfc8b79de0cdd982fbd6ff5921781935ee4ee354b1347365819c1de3

Contents?: true

Size: 170 Bytes

Versions: 3

Compression:

Stored size: 170 Bytes

Contents

.side_box.latest_posts
  %h2 Recent posts
  - posts = Post.published.recent.limit(5)
  - posts.each do |post|
    =link_to post.title, path_to_content(post)
    %br/

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
santey_blog-0.2.1 app/views/includes/_recent.html.haml
santey_blog-0.2.0 app/views/includes/_recent.html.haml
santey_blog-0.1.2 app/views/includes/_recent.html.haml