X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8530e3eedb2918c4602295fef8dd34028c8077b8..6950f44a71f2570bfed7352edb0612c3c0069221:/app/views/geocoder/results.html.erb diff --git a/app/views/geocoder/results.html.erb b/app/views/geocoder/results.html.erb index d990b7f0e..fc2138318 100644 --- a/app/views/geocoder/results.html.erb +++ b/app/views/geocoder/results.html.erb @@ -1,15 +1,23 @@ <% if @results.empty? %> -
<%= t 'geocoder.results.no_results' %>
+<%= result_to_html(result) %>