Remove some search/directions custom css

This commit is contained in:
Anton Khorev 2023-10-20 16:38:25 +03:00
parent 574231cf95
commit 62ba143c3c
6 changed files with 13 additions and 21 deletions

View file

@ -1,6 +1,6 @@
module GeocoderHelper
def result_to_html(result)
html_options = { :class => "set_position", :data => {} }
html_options = { :class => "set_position stretched-link", :data => {} }
url = if result[:type] && result[:id]
url_for(:controller => :browse, :action => result[:type], :id => result[:id])