Merge branch '105361584-contact_view' into staging

This commit is contained in:
Stas 2015-11-13 17:14:55 +02:00
commit b046b51d1f

View file

@ -24,7 +24,7 @@ module ApplicationHelper
when 'birthday'
"#{ident} [#{ident_type}]"
else
if ident
if ident.present?
"#{ident} [#{ident_country_code} #{ident_type}]"
else
"[No access]"