- @pag_title = t('title_new_request') - @pag_description = t('description_new_request') - @pag_keywords = t('keywords_new_request') - @principal_bg = true - @og_title = t('title_new_request') - @og_type = t('real_estate') - @og_url = request.original_url - @og_image = "/assets/web/the-grand-selection-logo-og.jpg" - @og_description = t('description_new_request') - @hreflang_en = "https://#{request.host}"+contacts_en_path - @hreflang_es = "https://#{request.host}"+contacts_es_path - @hreflang_ru = "https://#{request.host}"+(CGI.unescape(contacts_ru_path)) - @hreflang_fr = "https://#{request.host}"+contacts_fr_path .container .row %h1.center.request-title .div-buscador.buscador-shadow .fas.fa-envelope - if request.parameters[:contact] - @contact_type = request.parameters[:contact][:contact_type] - if @contact_type == 'subscribe' %span.subscribe = t('subscribe').mb_chars.upcase - else %span.online-booking = t('online_booking').mb_chars.upcase - else %span.subscribe = t('subscribe').mb_chars.upcase .col-lg-4.col-md-3.col-sm-3.col-xs-1 .col-lg-4.col-md-6.col-sm-6.col-xs-10 .buscador-interior.buscador-shadow = render 'formrequest' .col-lg-4.col-md-3.col-sm-3.col-xs-1 = render 'layouts/partials/index/footer'