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