app/views/e9_crm/contacts/show.html.haml in e9_crm-0.1.16 vs app/views/e9_crm/contacts/show.html.haml in e9_crm-0.1.17
- old
+ new
@@ -12,14 +12,14 @@
= google_news_link(resource.name)
- if (tags = resource.tags(:show_all => true)).present?
.contact-tags
%label #{Tag.model_name.human.pluralize}:
- = contact_tag_list(tags)
+ = contact_tag_list(tags.sort)
.contact-info
%label #{Contact.human_attribute_name(:info)}:
- = contact_simple_format(resource.info.presence || t(:none))
+ = resource.info.present? && k(resource.info) || t(:none)
- if company = resource.company
.contact-company
%h2
%span.contact-subheader= company.name