Skip to content

Commit

Permalink
Merge branch 'pull/5115'
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Sep 6, 2024
2 parents b14342b + c816efc commit dcb0369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/geocoder/search.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<% @sources.each do |source| %>
<h4>
<%= t(".title.results_from_html", :results_link => link_to(t(".title.#{source[:name]}"), source[:url].to_s)) %>
<%= link_to t(".title.#{source[:name]}"), source[:url].to_s %>
</h4>
<div class="search_results_entry mx-n3" data-href="<%= url_for @params.merge(:action => "search_#{source[:name]}") %>">
<div class="text-center loader">
Expand Down
1 change: 0 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ en:
geocoder:
search:
title:
results_from_html: 'Results from %{results_link}'
latlon: Internal
osm_nominatim: OpenStreetMap Nominatim
osm_nominatim_reverse: OpenStreetMap Nominatim
Expand Down

0 comments on commit dcb0369

Please sign in to comment.