- @@url = request.original_url - @pag_title = t('title_index_conditions') - @pag_description = t('description_index_conditions') - @pag_keywords = t('keywords_index_conditions') - @principal_bg = true - @locale = I18n.locale.to_s - @og_title = t('title_index_conditions') - @og_url = request.original_url - @og_image = "/assets/web/the-grand-selection-logo-og.jpg" - @og_description = t('description_index_conditions') - @hreflang_en = "https://#{request.host}"+w_conditions_en_path - @hreflang_es = "https://#{request.host}"+w_conditions_es_path - @hreflang_ru = "https://#{request.host}"+(CGI.unescape(w_conditions_ru_path)) - @hreflang_fr = "https://#{request.host}"+w_conditions_fr_path .container .row .col-lg-12.col-md-12.col-sm-12.col-xs-12.mobile-fix -if I18n.locale.to_s == 'en' .col-lg-12.col-md-12.col-sm-12.col-xs-12 = raw(@web_page_configs.tab_1_en) %br = raw(@web_page_configs.tab_2_en) %br = raw(@web_page_configs.tab_3_en) -if I18n.locale.to_s == 'es' .col-lg-12.col-md-12.col-sm-12.col-xs-12 = raw(@web_page_configs.tab_1_es) %br = raw(@web_page_configs.tab_2_es) %br = raw(@web_page_configs.tab_3_es) -if I18n.locale.to_s == 'ru' .col-lg-12.col-md-12.col-sm-12.col-xs-12 = raw(@web_page_configs.tab_1_ru) %br = raw(@web_page_configs.tab_2_ru) %br = raw(@web_page_configs.tab_3_ru) -if I18n.locale.to_s == 'fr' .col-lg-12.col-md-12.col-sm-12.col-xs-12 = raw(@web_page_configs.tab_1_fr) %br = raw(@web_page_configs.tab_2_fr) %br = raw(@web_page_configs.tab_3_fr) = render 'layouts/partials/index/footer'