app/views/e9_crm/contacts/show.html.haml in e9_crm-0.1.26 vs app/views/e9_crm/contacts/show.html.haml in e9_crm-0.1.27
- old
+ new
@@ -6,9 +6,10 @@
= render 'who', :record => resource, :hide_name => true
.contact-links.actions
= link_to_edit_resource(resource)
+ = link_to "View Activity", page_views_url(:contact => resource.id)
= google_search_link(resource.name)
= google_news_link(resource.name)
- if (tags = resource.tags(:show_all => true)).present?
.contact-tags