X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a8c7d1c4ce7b0b11eda847947a50dadcbee75cae..2e2f2124728ca755b2db8f83f022eaea24b647f0:/app/views/browse/_navigation.rhtml diff --git a/app/views/browse/_navigation.rhtml b/app/views/browse/_navigation.rhtml deleted file mode 100644 index 57e724d42..000000000 --- a/app/views/browse/_navigation.rhtml +++ /dev/null @@ -1,13 +0,0 @@ -
- <% 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 %> -