1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/articles.html
2010-01-30 17:09:05 +11:00

11 lines
292 B
HTML

<ul class="articles">
<% sorted_articles[0..9].each do |article| %>
<%= render 'article', :article => article %>
<% end %>
</ul>
<div class="pagination">
<a href="/articles/#page-0" class="older">&laquo; Older</a>
|
<a href="/articles/#page-2" class="newer">Newer &raquo;</a>
</div>