%h2.condensed-bold LUXURY RENTALS IN SPAIN .row .col-md-12 = form_tag('/cars', method: 'post', role: 'form', multipart: true ) do .col-md-4.select-style = select_tag(:model, options_for_select([['Model 1', 1], ['Model 2', 2]]) , class: 'form-control selectmain') .col-md-4 = select_tag(:brand, options_for_select([['Brand 1', 1], ['Brand 2', 2], ['Otra Opcion 3', 3]]), class: 'form-control selectmain') .col-md-2 = text_field_tag(:price, nil, placeholder: 'Price', class: 'form-control') .col-md-2 = submit_tag('Search', :class => 'form-control boton') .row %p.text-left