Merge branch '105361584-contact_view' into staging

This commit is contained in:
Stas 2015-11-13 15:58:11 +02:00
commit fcf30768d3

View file

@ -280,7 +280,7 @@ module Depp
end
def country_name
Country.new(country_code)
Country.new(country_code) || 'No access'
end
def org?