X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cb87f02642d0097ebc067ca1f9371dde274a41e3..9077419ca810b400a0fe0c12a5dfa639218c3a01:/app/views/layouts/_search.html.erb diff --git a/app/views/layouts/_search.html.erb b/app/views/layouts/_search.html.erb index 2637d28b2..36614fd56 100644 --- a/app/views/layouts/_search.html.erb +++ b/app/views/layouts/_search.html.erb @@ -12,17 +12,20 @@
- <%= image_tag "marker-green.png", :class => "routing_marker", :data => { :type => "from" }, :draggable => "true" %> + <%= image_tag "marker-green.png", :class => "routing_marker", :data => { :type => "from" }, :draggable => "true" %> <%= text_field_tag "route_from", params[:from], :placeholder => t('site.search.from') %>
<%= image_tag "marker-red.png", :class => "routing_marker", :data => { :type => "to" }, :draggable => "true" %> - <%= text_field_tag "route_to" , params[:to] , :placeholder => t('site.search.to') %> + <%= text_field_tag "route_to", params[:to], :placeholder => t('site.search.to') %>
<%= submit_tag t('site.search.submit_text'), :class => "routing_go", :data => { disable_with: false } %>
+
+ <%= t('site.search.reverse_directions_text') %> +
<%= image_tag "searching.gif" %>