1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-03 11:00:42 +02:00
muflax65ngodyewp.onion/layouts/next-prev.erb

14 lines
313 B
Plaintext
Raw Normal View History

<div id="next-prev">
<p><span class="align_left">
2012-04-18 03:47:38 +02:00
<a class='nextprev' href='<%= @item.path %>'>
<%= @item[:title] %>
</a>
</span>
<span class="align_right">
2012-04-18 03:47:38 +02:00
<a class='nextprev' href='<%= @item.path %>'>
<%= @item[:title] %>
</a>
</span>
</p>
</div>