aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/widgets/_blog_archive.html.erb
blob: b3522c649d15f5791aafaab848b420bbd501e6fa (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>
      <% links.each do |link| %>
        <li><%= link %></li>
      <% end %>
    </ul>
  </nav>
</section>