mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Merge pull request #164 from internetee/109361594-no_access_bug
109361594 no access bug
This commit is contained in:
commit
6f2fc39a44
1 changed files with 2 additions and 2 deletions
|
@ -22,12 +22,12 @@ module ApplicationHelper
|
|||
|
||||
case ident_type
|
||||
when 'birthday'
|
||||
"#{ident} [#{ident_type}]"
|
||||
"#{ident} [#{ident_country_code} #{ident_type}]"
|
||||
else
|
||||
if ident.present?
|
||||
"#{ident} [#{ident_country_code} #{ident_type}]"
|
||||
else
|
||||
"[No access]"
|
||||
"[#{ident_country_code} #{ident_type}]"
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue