Remove some search/directions custom css
This commit is contained in:
parent
574231cf95
commit
62ba143c3c
6 changed files with 13 additions and 21 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue