app/views/opportunities/show.html.haml in fat_free_crm-0.19.2 vs app/views/opportunities/show.html.haml in fat_free_crm-0.20.0
- old
+ new
@@ -5,9 +5,10 @@
-# default view
= styles_for :task, :contact
= render 'opportunities/title_bar', opportunity: @opportunity
+ = render 'opportunities/sidebar_show', opportunity: @opportunity
= render "comments/new", commentable: @opportunity
= render partial: "shared/timeline", collection: @timeline
= hook(:show_opportunity_bottom, self, {entity: @opportunity}) do