Sha256: 54bed248863bc70c043981eadf962e4641fee1b7de2633842eb1043ac3012c40

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

.side_box.archive
  %h2 Archives
  - Post.archives.limit(100).each do |a|
    =link_to Time.parse("#{a.year}-#{a.month}-01").strftime("%B %Y"), dates_path_helper(a.year, a.month)
    %br/

Version data entries

3 entries across 3 versions & 1 rubygems

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