mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Add nonverified email color to registrar show
This commit is contained in:
parent
e95996fa12
commit
62acd8892a
7 changed files with 33 additions and 24 deletions
|
@ -17,7 +17,7 @@
|
|||
%dd= ident_for(@contact)
|
||||
|
||||
%dt= t(:email)
|
||||
%dd{class: ('text-danger' unless @contact.email_verification.success)}
|
||||
%dd{class: ('text-danger' unless @contact.email_verification&.success)}
|
||||
= @contact.email
|
||||
|
||||
%dt= t(:phone)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue