mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
109361594-ident_country_added
This commit is contained in:
parent
dbe414db6f
commit
2ff64fe382
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module ApplicationHelper
|
||||||
|
|
||||||
case ident_type
|
case ident_type
|
||||||
when 'birthday'
|
when 'birthday'
|
||||||
"#{ident} [#{ident_type}]"
|
"#{ident} [#{ident_country_code} #{ident_type}]"
|
||||||
else
|
else
|
||||||
if ident.present?
|
if ident.present?
|
||||||
"#{ident} [#{ident_country_code} #{ident_type}]"
|
"#{ident} [#{ident_country_code} #{ident_type}]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue