X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..ffda8d7ac5ca4f40a1211225dd3e1c898fc232a8:/app/views/geocoder/results.html.erb diff --git a/app/views/geocoder/results.html.erb b/app/views/geocoder/results.html.erb index 61d28697d..05d7d5d63 100644 --- a/app/views/geocoder/results.html.erb +++ b/app/views/geocoder/results.html.erb @@ -1,25 +1,23 @@ <% if @results.empty? %> -
<%= t 'geocoder.results.no_results' %>
+<%= result_to_html(result) %>
- <% end %> +- <%= link_to t('geocoder.results.more_results'), "#" %> -
- <%= image_tag "searching.gif", :class => "search_searching" %> +