mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge branch '105361584-contact_view' into staging
This commit is contained in:
commit
b046b51d1f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module ApplicationHelper
|
|||
when 'birthday'
|
||||
"#{ident} [#{ident_type}]"
|
||||
else
|
||||
if ident
|
||||
if ident.present?
|
||||
"#{ident} [#{ident_country_code} #{ident_type}]"
|
||||
else
|
||||
"[No access]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue