mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Harmonize contact view with other views
This commit is contained in:
parent
544307db31
commit
25eed3e364
1 changed files with 9 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue