Skip to content

Instantly share code, notes, and snippets.

@hrysd
Created August 23, 2012 01:56
Show Gist options
  • Save hrysd/3431240 to your computer and use it in GitHub Desktop.
Save hrysd/3431240 to your computer and use it in GitHub Desktop.
lokka の entry.erb
<% if @entry.prev %>
<a href="<%= url(@entry.prev.link) %>">prev</a>
<% end %>
<% if @entry.next %>
<a href="<%= url(@entry.next.link) %>">next</a>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment