diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 7cee5b69e..feb2a7677 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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