X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/64fb530581ffd21e2522e70e8a2d4c46d666f760..f360d77aff145a1355c64ab49d7bc6761a233fbc:/app/views/geocoder/results.html.erb diff --git a/app/views/geocoder/results.html.erb b/app/views/geocoder/results.html.erb index 70051c91c..7fd21775e 100644 --- a/app/views/geocoder/results.html.erb +++ b/app/views/geocoder/results.html.erb @@ -1,7 +1,26 @@ <% if @results.empty? %> -

<%= t 'geocoder.results.no_results' %>

+

<%= t 'geocoder.results.no_results' %>

<% else %> + + <% if @more_params %> +
+
+ <%= link_to t('geocoder.results.more_results'), "#", :class => "button" %> +
+ <%= image_tag "searching.gif", :class => "search_searching" %> +
+ <% end %> <% end %>