aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/widgets/_blog_archive.html.erb
blob: 7679a5b854ddaf694dbc3d097c5c2c66b7894987 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<section id="blog_archive_widget">
  <h2><%= t('archives', :scope => 'refinery.blog.shared') %></h2>
  <nav>
    <ul>
      <% posts.each do |post| %>
      <li><%= archive_link(post) %></li>
      <% end %>
    </ul>
  </nav>
</section>