X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/88105d9c643519e02082ba9cc5044bb0dfdcb7b9..c014618ef2037232945403b581a4eb76f95e64ab:/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 %>