diff --git a/app/views/articles/_collection.html.erb b/app/views/articles/_collection.html.erb index 0f2c02cb1..d0416fd93 100644 --- a/app/views/articles/_collection.html.erb +++ b/app/views/articles/_collection.html.erb @@ -7,11 +7,12 @@

Part of a series

<% end %>
- <% @collection.articles.where(published: true).order("published_at ASC").each_with_index do |article,i| %> + <% @collection.articles.where(published: true).order("published_at ASC").each_with_index do |article, i| %> <% end %>