1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2024-12-24 21:19:53 +00:00
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 %>