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'
|
when 'birthday'
|
||||||
"#{ident} [#{ident_type}]"
|
"#{ident} [#{ident_type}]"
|
||||||
else
|
else
|
||||||
if ident
|
if ident.present?
|
||||||
"#{ident} [#{ident_country_code} #{ident_type}]"
|
"#{ident} [#{ident_country_code} #{ident_type}]"
|
||||||
else
|
else
|
||||||
"[No access]"
|
"[No access]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue