X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4cc2b63d5c38158e6beb114147be723425ec412e..ad6bbd511df682a572c140a3212a13d6badf9668:/app/views/layouts/map.html.erb diff --git a/app/views/layouts/map.html.erb b/app/views/layouts/map.html.erb index 09c7d0d8e..55953f004 100644 --- a/app/views/layouts/map.html.erb +++ b/app/views/layouts/map.html.erb @@ -10,6 +10,9 @@ <%= text_field_tag :query, params[:query], :placeholder => t('site.search.search'), :autofocus => "autofocus" %> + <%= link_to t('site.search.where_am_i'), + { :controller => :geocoder, :action => :description }, + { :id => "describe_location", :title => t('site.search.where_am_i_title') } %> <% end %>