]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_navigation.rhtml
Merge 8381:8390 from trunk.
[rails.git] / app / views / browse / _navigation.rhtml
1 <div style="float:right; text-align:center; width: 250px;">
2 <% if @prev %>
3
4 <%= link_to @prev.id.to_s, :action => type, :id => @prev.id %>
5 <% end %>
6 <% if @prev and @next %>
7
8 <% end %>
9 <% if @next %>
10 <%= link_to @next.id.to_s, :action => type, :id => @next.id %>
11 >
12 <% end %>
13 </div>