Sha256: 8583f221dd1480ec7f9362d951ac0d20366ff8ef0a5f7bacf05f53391f43c2a5

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

= render_navigation do |primary|
  - posts_by_month.sort.reverse.each do |month, posts|
    - primary.item "posts_for_#{month}", "#{I18n.l(month, format: '%B %Y')} (#{posts.size})", ecm_blog.month_posts_path(year: month.year, month: month.month)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_blog-1.3.1 app/views/ecm/blog/posts/_monthly_navigation.html.haml
ecm_blog-1.3.0 app/views/ecm/blog/posts/_monthly_navigation.html.haml