]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_navigation.rhtml
Add a mini map to the changeset view in the data browser.
[rails.git] / app / views / browse / _navigation.rhtml
index 269184e028a713889011e1b71e5d003394c87367..57e724d4258a7a907f03475ac01f7fa6c02d971a 100644 (file)
@@ -1,13 +1,13 @@
 <div style="float:right; text-align:center; width: 250px;">
-<% if @prev %>
-< 
-<%= link_to @prev.id.to_s, :action => type, :id => @prev.id %>
-<% end %>
-<% if @prev and @next %>
-| 
-<% end %>
-<% if @next %>
-<%= link_to @next.id.to_s, :action => type, :id => @next.id %>
->
-<% end %>
+  <% 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>