X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ff752b072f44aad142314a57eed79271928d181a..080236a2422c343842ad549c144108b7c51dff84:/app/helpers/geocoder_helper.rb diff --git a/app/helpers/geocoder_helper.rb b/app/helpers/geocoder_helper.rb index c74cba28e..33ef84b07 100644 --- a/app/helpers/geocoder_helper.rb +++ b/app/helpers/geocoder_helper.rb @@ -18,11 +18,11 @@ module GeocoderHelper html << link_to(result[:name], url, html_options) if result[:name] html << result[:suffix] if result[:suffix] - if result[:type] and result[:id] - html << content_tag(:small, :class => ["deemphasize", "search_details"]) do - link_to(t("browse.#{result[:type]}_history.view_details"), :controller => :browse, :action => result[:type], :id => result[:id]) - end - end + # if result[:type] and result[:id] + # html << content_tag(:small, :class => ["deemphasize", "search_details"]) do + # link_to(t("browse.#{result[:type]}_history.view_details"), :controller => :browse, :action => result[:type], :id => result[:id]) + # end + # end return raw(html) end