120093749-no_access_fix

This commit is contained in:
Stas 2016-06-20 18:03:34 +03:00
parent d6e490d402
commit 6382d56266

View file

@ -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