1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/articles.html

4 lines
104 B
HTML
Raw Normal View History

2010-01-30 06:09:05 +00:00
<% sorted_articles[0..9].each do |article| %>
<%= render '_article', :article => article %>
2010-01-30 06:09:05 +00:00
<% end %>