Merge remote-tracking branch 'origin/109361594-no_access_bug' into staging

This commit is contained in:
Vladimir Krylov 2016-01-18 13:10:25 +02:00
commit 04c3562c73

View file

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