109361594-cutted_ident_added

This commit is contained in:
Stas 2015-12-10 12:13:25 +02:00
parent 7341686971
commit dbe414db6f

View file

@ -27,7 +27,7 @@ module ApplicationHelper
if ident.present? if ident.present?
"#{ident} [#{ident_country_code} #{ident_type}]" "#{ident} [#{ident_country_code} #{ident_type}]"
else else
"[Blank]" "[#{ident_country_code} #{ident_type}]"
end end
end end