rm spaces
This commit is contained in:
parent
e9522b0205
commit
a4f601b114
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
<%= image_tag "marker-green.png", :class => "routing_marker mx-auto d-block", :data => { :type => "from" }, :draggable => "true" %>
|
||||
</div>
|
||||
<div class="col">
|
||||
<%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
|
||||
<%= text_field_tag "route_from", params[:from], :placeholder => t("site.search.from"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row m-1">
|
||||
|
@ -34,7 +34,7 @@
|
|||
<%= image_tag "marker-red.png", :class => "routing_marker mx-auto d-block", :data => { :type => "to" }, :draggable => "true" %>
|
||||
</div>
|
||||
<div class="col">
|
||||
<%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
|
||||
<%= text_field_tag "route_to", params[:to], :placeholder => t("site.search.to"), :autocomplete => "on", :class => "form-control form-control-sm", :dir => "auto" %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row m-1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue