X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0cb97bd7d96030c07d9716c3d26d39bcd4f712ff..1262b376ef56da9f5b8ec6cfd708620069f0ff87:/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 %>