Sha256: 6aecf8607bdbd3e2d1357b73e9ad62ec8dcfcc089e919751d37eea9416b0e5f7

Contents?: true

Size: 161 Bytes

Versions: 3

Compression:

Stored size: 161 Bytes

Contents

.side_box.top_posts
  %h2 Top posts
  - posts = Post.published.top.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/_top.html.haml
santey_blog-0.2.0 app/views/includes/_top.html.haml
santey_blog-0.1.2 app/views/includes/_top.html.haml