Sha256: 9d0bdb9ba8a8007c880761ebde73a0ca72fb8fcb1fa3bedfabb1c837f53ee319

Contents?: true

Size: 271 Bytes

Versions: 2

Compression:

Stored size: 271 Bytes

Contents

%h3 About ACME, Inc.

%p
  Edit <code>_sidebar.html.haml</code> to describe your company, your bio
  or your blog.

%h3 Recent Posts

%ul
  - RailsBlogEngine::Post.recently_published.limit(10).each do |post|
    %li
      = link_to(post.title, post_permalink_path(post))

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_blog_engine-0.0.4 app/views/layouts/rails_blog_engine/_sidebar.html.haml
rails_blog_engine-0.0.3 app/views/layouts/rails_blog_engine/_sidebar.html.haml