- <div id="search_more_<%= @more_params.hash %>">
- <p class="search_results_entry"><%=
- 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
- %></p>
+ <div class="search_more">
+ <%= link_to t('geocoder.results.more_results'), url_for(@more_params), :class => "button load_more" %>
+ <%= image_tag "searching.gif", :class => "loader", :style => "display: none;" %>