Simplify close icon for routing panel and fix validation error
This commit is contained in:
parent
ac37b89859
commit
6d9d688080
3 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
</form>
|
||||
|
||||
<form method="GET" action="<%= directions_path %>" class="directions_form">
|
||||
<div style="width:100%; text-align:right; height:30px;"><%= link_to tag('span', { :class => "icon close"}), root_path, { :title => t('site.search.close_directions_title'), :class => "directions_close" } %></div>
|
||||
<div style="width:100%; text-align:right; height:30px;"><span class="icon close"></span></div>
|
||||
|
||||
<div class="line">
|
||||
<%= image_tag "marker-green.png", :class => "routing_marker", :id => "marker_from", :draggable => "true" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue