Harmonize contact view with other views

This commit is contained in:
Priit Tark 2015-05-07 19:33:58 +03:00
parent 544307db31
commit 25eed3e364

View file

@ -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)