.container.bg_light .row .col-md-12 .page_header %h1 #{t('admin.action.show.title')} .hr .row .col-md-12 .tab-content.list .tab-pane.fade.show.active .show_container %h4 .row .col-4 %dt %span.label.user-info-title.name_field.string_type ID %dd.well.user-info = @admin.id .col-4 %dt %span.label.user-info-title.name_field.string_type #{t('activerecord.attributes.application_record.created_at').titleize} %dd.well.user-info = @admin.created_at .col-4 %dt %span.label.user-info-title.name_field.string_type #{t('activerecord.attributes.application_record.updated_at').titleize} %dd.well.user-info = @admin.updated_at .row .col-4 %dt %span.label.user-info-title.name_field.string_type #{t('simple_form.labels.defaults.name').titleize} %dd.well.user-info = @admin.name .col-4 %dt %span.label.user-info-title.name_field.string_type #{t('simple_form.labels.defaults.username').titleize} %dd.well.user-info = @admin.username .col-4 %dt %span.label.user-info-title.name_field.string_type #{t('simple_form.labels.defaults.email').titleize} %dd.well.user-info = @admin.email .row.justify-content-md-center.pb-5 .col-md-auto .form-actions = link_to "Voltar", :back, class: "btn btn-warning orange"