wezm.net/content/personal/articles.html

4 lines
103 B
HTML
Raw Normal View History

<% sorted_articles[0..9].each do |article| %>
<%= render 'article', :article => article %>
<% end %>