app/views/e9_crm/contacts/show.html.haml in e9_crm-0.1.8 vs app/views/e9_crm/contacts/show.html.haml in e9_crm-0.1.10

- old
+ new

@@ -13,12 +13,14 @@ %label #{Contact.human_attribute_name(:info)}: = contact_simple_format(resource.info.presence || t(:none)) - if company = resource.company .contact-company %label= company.name + .contact-company-links.actions = google_search_link(company.name) = google_news_link(company.name) + - if company.info.present? - = contact_simple_format(company.info) + = k(company.info) .contact-sidebar = render 'sidebar'