mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
3 lines
98 B
HTML
3 lines
98 B
HTML
<% sorted_articles.each do |article| %>
|
|
<%= render '_article', :article => article %>
|
|
<% end %>
|