Fix archive partial

This commit is contained in:
Nic Haynes 2011-12-08 11:35:57 -06:00
parent 9840c56b40
commit 57619d6993

View file

@ -1,7 +1,7 @@
<%
archive_posts = blog_archive_list
%>
<% if archive_posts.any? %>
<% if archive_posts.present? %>
<h2><%= t('archives', :scope => 'blog.shared') %></h2>
<ul>
<%= archive_posts %>