wezm.net/content/articles.html
2010-02-04 13:38:35 +11:00

5 lines
No EOL
131 B
HTML

<ul class="articles">
<% sorted_articles[0..9].each do |article| %>
<%= render '_article', :article => article %>
<% end %>
</ul>