- @regions_browser = @region.en .container .row %p#notice= notice %p %b En: = @region.en %p %b Fr: = @region.fr %p %b Ru: = @region.ru %p %b Es: = @region.es %p %b Description En: = raw(@region.description_en) %p %b Description Fr: = raw(@region.description_fr) %p %b Description Ru: = raw(@region.description_ru) %p %b Description Es: = raw(@region.description_es) .row %hr = link_to 'Edit', edit_region_path(@region), class: 'btn btn-warning' \| = link_to 'Back', regions_path, class: 'btn btn-primary'