diff --git a/app/views/admin/contacts/partials/_general.haml b/app/views/admin/contacts/partials/_general.haml index 30c6c74b6..ca77f56f7 100644 --- a/app/views/admin/contacts/partials/_general.haml +++ b/app/views/admin/contacts/partials/_general.haml @@ -3,11 +3,18 @@ %h3.panel-title= t(:general) .panel-body %dl.dl-horizontal - %dt= t(:ident) - %dd= ident_for(@contact) + %dt= t(:code) + %dd= @contact.code + + %dt= t(:password) + %dd= @contact.auth_info %br + + %dt= t(:ident) + %dd= ident_for(@contact) + %dt= t(:email) %dd= @contact.email @@ -20,14 +27,6 @@ %br - %dt= t(:code) - %dd= @contact.code - - %dt= t(:password) - %dd= @contact.auth_info - - %br - %dt= t(:created) %dd = l(@contact.created_at, format: :short)