From 2ff64fe382e74e72811ef87e4c54a15cf5fc746f Mon Sep 17 00:00:00 2001 From: Stas Date: Thu, 10 Dec 2015 15:22:54 +0200 Subject: [PATCH] 109361594-ident_country_added --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2d14dd3d2..97b3ad621 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -22,7 +22,7 @@ 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}]"