.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 '', 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 %h4 Informações básicas %dl %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.helpdesk.title').titleize} %dd.well= @helpdesk.title %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.helpdesk.title_summary').titleize} %dd.well= @helpdesk.title_summary %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.helpdesk.content').titleize} %dd.well= @helpdesk.content %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.helpdesk_info.note').titleize} %dd.well= @helpdesk.helpdesk_info.note %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.helpdesk.sections').titleize} - @helpdesk.sections.each do |sec| %dd.well= sec.name %dt %span.label.label-info.name_field.string_type #{t('activerecord.attributes.helpdesk.image').titleize} %dd.well= image_tag(@helpdesk.image.url)