Class: FatFreeCRM::Cloudfuji::CloudfujiViewHooks

Inherits:
FatFreeCRM::Callback::Base
  • Object
show all
Defined in:
lib/fat_free_crm/cloudfuji/view_hooks.rb

Instance Method Summary collapse

Instance Method Details

#lead_top_section_bottom(view, context) ⇒ Object



10
11
12
# File 'lib/fat_free_crm/cloudfuji/view_hooks.rb', line 10

def lead_top_section_bottom(view, context)
  view.render(:partial => 'leads/top_section_ido_id', :locals => context)
end

#show_lead_sidebar_bottom(view, context) ⇒ Object

Add lead scoring to summary on lead show page



6
7
8
# File 'lib/fat_free_crm/cloudfuji/view_hooks.rb', line 6

def show_lead_sidebar_bottom(view, context)
  view.render(:partial => 'leads/sidebar_show_lead_scoring', :locals => context)
end