X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/06b2d278ea6c273c7e4e01c6f28bb46505efd6d1..b01261760893de04dda650a427ceb59beea80004:/app/views/geocoder/results.html.erb diff --git a/app/views/geocoder/results.html.erb b/app/views/geocoder/results.html.erb index 70051c91c..61d28697d 100644 --- a/app/views/geocoder/results.html.erb +++ b/app/views/geocoder/results.html.erb @@ -4,4 +4,22 @@ <% @results.each do |result| %>

<%= result_to_html(result) %>

<% end %> + <% if @more_params %> +
+

+ <%= link_to t('geocoder.results.more_results'), "#" %> +

+ <%= image_tag "searching.gif", :class => "search_searching" %> +
+ + <% end %> <% end %>