openstreetmap-website/app/views/browse/_navigation.rhtml

13 lines
289 B
Text

<div style="float:right; text-align:center; width: 250px;">
<% if @prev %>
&lt;
<%= link_to @prev.id.to_s, :id => @prev.id %>
<% end %>
<% if @prev and @next %>
|
<% end %>
<% if @next %>
<%= link_to @next.id.to_s, :id => @next.id %>
&gt;
<% end %>
</div>