1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/articles.html
2010-03-16 17:32:22 +11:00

3 lines
104 B
HTML

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