mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 12:52:47 +00:00
4 lines
103 B
HTML
4 lines
103 B
HTML
|
<% sorted_articles[0..9].each do |article| %>
|
||
|
<%= render 'article', :article => article %>
|
||
|
<% end %>
|