<% if @results.empty? %>

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

<% else %> <% @results.each do |result| %>

<%= result_to_html(result) %>

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

<%= link_to_function(t('geocoder.results.more_results')) do |page| page.replace_html "search_more_#{@more_params.hash}", image_tag("searching.gif", :class => "search_searching") page << remote_function(:update => "search_more_#{@more_params.hash}", :url => raw(url_for(@more_params))) end %>

<% end %> <% end %>