1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/articles.html
2010-01-30 17:45:39 +11:00

3 lines
103 B
HTML

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