- @brand_browser = @car_brand.brand .container .row %p#notice= notice %p %b Logo: = image_tag(@car_brand.logo.thumblittle.url, class: 'img-thumbnail', size: '150x150') %p %b Brand: = @car_brand.brand %p %b Title en: = @car_brand.title_en %p %b Keys en: = @car_brand.keys_en %p %b Escription en: = @car_brand.description_en %p %b Title fr: = @car_brand.title_fr %p %b Keys fr: = @car_brand.keys_fr %p %b Description fr: = @car_brand.description_fr %p %b Title ru: = @car_brand.title_ru %p %b Keys ru: = @car_brand.keys_ru %p %b Description ru: = @car_brand.description_ru %p %b Title es: = @car_brand.title_es %p %b Keys es: = @car_brand.keys_es %p %b Description es: = @car_brand.description_es .row %hr = link_to 'Edit', edit_car_brand_path(@car_brand), class: 'btn btn-warning' \| = link_to 'Back', car_brands_path, class: 'btn btn-primary' %hr