Class: FatFreeCRM::Cloudfuji::CloudfujiViewHooks
- Inherits:
-
FatFreeCRM::Callback::Base
- Object
- FatFreeCRM::Callback::Base
- FatFreeCRM::Cloudfuji::CloudfujiViewHooks
- Defined in:
- lib/fat_free_crm/cloudfuji/view_hooks.rb
Instance Method Summary collapse
- #lead_top_section_bottom(view, context) ⇒ Object
-
#show_lead_sidebar_bottom(view, context) ⇒ Object
Add lead scoring to summary on lead show page.
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 (view, context) view.render(:partial => 'leads/sidebar_show_lead_scoring', :locals => context) end |