From 73416869711b0465e82a487eafe80c01c5c82628 Mon Sep 17 00:00:00 2001 From: Stas Date: Sun, 6 Dec 2015 23:34:14 +0200 Subject: [PATCH 1/3] 109361594-no_access_changed --- 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 098c10d9b..ccfefb1fb 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -27,7 +27,7 @@ module ApplicationHelper if ident.present? "#{ident} [#{ident_country_code} #{ident_type}]" else - "[No access]" + "[Blank]" end end From dbe414db6fc39a9e5708358c041274cada84260b Mon Sep 17 00:00:00 2001 From: Stas Date: Thu, 10 Dec 2015 12:13:25 +0200 Subject: [PATCH 2/3] 109361594-cutted_ident_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 ccfefb1fb..2d14dd3d2 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -27,7 +27,7 @@ module ApplicationHelper if ident.present? "#{ident} [#{ident_country_code} #{ident_type}]" else - "[Blank]" + "[#{ident_country_code} #{ident_type}]" end end From 2ff64fe382e74e72811ef87e4c54a15cf5fc746f Mon Sep 17 00:00:00 2001 From: Stas Date: Thu, 10 Dec 2015 15:22:54 +0200 Subject: [PATCH 3/3] 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}]"