mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
logic fix
This commit is contained in:
parent
71ea9dd961
commit
55abacdf6b
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