app/views/opportunities/show.html.haml in fat_free_crm-0.13.2 vs app/views/opportunities/show.html.haml in fat_free_crm-0.13.3
- old
+ new
@@ -9,10 +9,10 @@
= render 'opportunities/title_bar', :opportunity => @opportunity
= render "comments/new", :commentable => @opportunity
= render :partial => "shared/timeline", :collection => @timeline
- = hook(:show_opportunity_bottom, self) do
+ = hook(:show_opportunity_bottom, self, {entity: @opportunity}) do
= render "tasks/tasks", :object => @opportunity
= render "contacts/contacts", :object => @opportunity