Fix archive partial
This commit is contained in:
parent
9840c56b40
commit
57619d6993
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<%
|
<%
|
||||||
archive_posts = blog_archive_list
|
archive_posts = blog_archive_list
|
||||||
%>
|
%>
|
||||||
<% if archive_posts.any? %>
|
<% if archive_posts.present? %>
|
||||||
<h2><%= t('archives', :scope => 'blog.shared') %></h2>
|
<h2><%= t('archives', :scope => 'blog.shared') %></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<%= archive_posts %>
|
<%= archive_posts %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue