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