X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/034982a12fa025af8c1d381cd09483c97fb29dbe..7acbc0c7c6ccee2e2f5700bf6d8748fe471d1779:/app/views/geocoder/_results.rhtml?ds=inline diff --git a/app/views/geocoder/_results.rhtml b/app/views/geocoder/_results.rhtml index 477f2a0bc..9bcc5d8ae 100644 --- a/app/views/geocoder/_results.rhtml +++ b/app/views/geocoder/_results.rhtml @@ -1,5 +1,6 @@ <% results.each do |source| %> -
Results from <%= link_to source[:source], source[:url] %>
+<% type = source[:type] || "Results" %> +<%= type %> from <%= link_to source[:source], source[:url] %>
<% if source[:results] %> <% if source[:results].empty? %>No results found