X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4f23e718b4a46c514843b9fd5e53fc8a9aabd694..b0747c3c1e2c3f437fb5e94e85c2f329680f3ee0:/app/views/geocoder/results.html.erb diff --git a/app/views/geocoder/results.html.erb b/app/views/geocoder/results.html.erb index 694d0eadb..7fd21775e 100644 --- a/app/views/geocoder/results.html.erb +++ b/app/views/geocoder/results.html.erb @@ -1,21 +1,26 @@ <% if @results.empty? %> -

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

+

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

<% else %> + <% if @more_params %>
-

<%= - startSpinner = update_page do |page| - page.replace_html "search_more_#{@more_params.hash}", image_tag("searching.gif", :class => "search_searching") - end - - link_to_remote t('geocoder.results.more_results'), - :update => "search_more_#{@more_params.hash}", - :before => startSpinner, - :url => @more_params - %>

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