X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/56db9ca2b7e2475cd8025630049fb4a4b824f2d9..ecd81eadbec57582749bb246d74e32ecab74d1d6:/app/views/geocoder/results.html.erb diff --git a/app/views/geocoder/results.html.erb b/app/views/geocoder/results.html.erb index 7fd21775e..deec4ed39 100644 --- a/app/views/geocoder/results.html.erb +++ b/app/views/geocoder/results.html.erb @@ -1,26 +1,15 @@ <% if @results.empty? %> -

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

+

<%= t ".no_results" %>

<% else %> + <% @results.each do |result| %> +
  • <%= result_to_html(result) %>

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