mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28: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)
|
%h3.panel-title= t(:general)
|
||||||
.panel-body
|
.panel-body
|
||||||
%dl.dl-horizontal
|
%dl.dl-horizontal
|
||||||
%dt= t(:ident)
|
%dt= t(:code)
|
||||||
%dd= ident_for(@contact)
|
%dd= @contact.code
|
||||||
|
|
||||||
|
%dt= t(:password)
|
||||||
|
%dd= @contact.auth_info
|
||||||
|
|
||||||
%br
|
%br
|
||||||
|
|
||||||
|
|
||||||
|
%dt= t(:ident)
|
||||||
|
%dd= ident_for(@contact)
|
||||||
|
|
||||||
%dt= t(:email)
|
%dt= t(:email)
|
||||||
%dd= @contact.email
|
%dd= @contact.email
|
||||||
|
|
||||||
|
@ -20,14 +27,6 @@
|
||||||
|
|
||||||
%br
|
%br
|
||||||
|
|
||||||
%dt= t(:code)
|
|
||||||
%dd= @contact.code
|
|
||||||
|
|
||||||
%dt= t(:password)
|
|
||||||
%dd= @contact.auth_info
|
|
||||||
|
|
||||||
%br
|
|
||||||
|
|
||||||
%dt= t(:created)
|
%dt= t(:created)
|
||||||
%dd
|
%dd
|
||||||
= l(@contact.created_at, format: :short)
|
= l(@contact.created_at, format: :short)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue