From 6382d56266db13f322ea8b03b0431e48171461df Mon Sep 17 00:00:00 2001 From: Stas Date: Mon, 20 Jun 2016 18:03:34 +0300 Subject: [PATCH] 120093749-no_access_fix --- 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 7cee5b69e..7d7c46f65 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]" + "[#{ident_country_code} #{ident_type}]" end end