%= render :partial => 'search_form', :locals => { :hint => _("Type words about the %s you're looking for") % _(@asset.to_s.singularize) } %> <%= render :partial => 'search_content' %>
<% if @asset == :product %> <%= javascript_tag do %> jQuery('.search-product-price-details').altBeautify(); <% end %> <% end %> <%= javascript_include_tag 'search' %> <%= content_tag('script', '', :src => "http://maps.google.com/maps/api/js?sensor=true", :type => 'text/javascript') %> <%= javascript_include_tag('google_maps') %>