mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
5 lines
No EOL
131 B
HTML
5 lines
No EOL
131 B
HTML
<ul class="articles">
|
|
<% sorted_articles[0..9].each do |article| %>
|
|
<%= render '_article', :article => article %>
|
|
<% end %>
|
|
</ul> |