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

5 lines
130 B
HTML
Raw Normal View History

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