.container.bg_light .row .col-md-12 .page_header %h1 #{t('admin.actions.show.title')} .hr .row .col-md-12 .breadcrumb .row .col-md-12 %ul.nav.nav-tabs %li.nav-item = link_to admin_sections_path, class: 'nav-link active', method: :get do %i.fa.fa-info-circle = t('admin.actions.show.menu').capitalize .row .col-md-12 .tab-content.list .tab-pane.fade.show.active .show_container.content %h4 Seção: #{@section.name} %dl %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.section.slug').titleize} %dd.well= @section.slug %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.section.description').titleize} %dd.well= @section.description %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.section.banner').titleize} %dd.well= @section.banner %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.section.css_class').titleize} %dd.well= @section.css_class %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.section.published').titleize} %dd.well= @section.published ? 'Sim' : 'Não'