Sha256: c4390a76793e6f1445e1c8b24030821ea4c2c353517f030c7377a6f66e6b917c
Contents?: true
Size: 334 Bytes
Versions: 13
Compression:
Stored size: 334 Bytes
Contents
<% unless sidebar.archives.blank? %> <h3><%= _("Archives")%></h3> <ul id="archives"> <% sidebar.archives.each do |month| %> <li> <%= link_to month[:name], articles_by_month_path(month[:year], "%02i" % month[:month]) %> <%= "<em>(#{month[:article_count]})</em>" if show_count %> </li> <% end %> </ul> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems