X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5620d7263a36fe842f4d97bc21dda5edd0651b37..97aefa23d0606edaee71d04cf6c1a2006689b1fa:/app/views/browse/_navigation.rhtml
diff --git a/app/views/browse/_navigation.rhtml b/app/views/browse/_navigation.rhtml
index 269184e02..57e724d42 100644
--- a/app/views/browse/_navigation.rhtml
+++ b/app/views/browse/_navigation.rhtml
@@ -1,13 +1,13 @@
-<% 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 %>
+ <
+ <%= 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 %>
+ >
+ <% end %>