Sha256: 736ec035a958fc778ff3ee8b09c13c793dfe983721d48c90158f15bc23f7837b

Contents?: true

Size: 624 Bytes

Versions: 8

Compression:

Stored size: 624 Bytes

Contents

- if (template = template_for_current_view)
  = render(template, :opportunity => @opportunity)
- else

  -# default view

  = styles_for :task, :contact

  = render 'opportunities/title_bar', :opportunity => @opportunity

  = render "comments/new", :commentable => @opportunity
  = render :partial => "shared/timeline", :collection => @timeline

  = hook(:show_opportunity_bottom, self) do

    = render "tasks/tasks", :object => @opportunity

    = render "contacts/contacts", :object => @opportunity

    = render "versions/versions", :object => @opportunity

    = load_select_popups_for(@opportunity, :tasks, :contacts)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.13.2 app/views/opportunities/show.html.haml
fat_free_crm-0.12.3 app/views/opportunities/show.html.haml
fat_free_crm-0.12.2 app/views/opportunities/show.html.haml
fat_free_crm-0.13.1 app/views/opportunities/show.html.haml
fat_free_crm-0.12.1 app/views/opportunities/show.html.haml
fat_free_crm-0.13.0 app/views/opportunities/show.html.haml
fat_free_crm-0.12.0 app/views/opportunities/show.html.haml
fat_free_crm-0.11.4 app/views/opportunities/show.html.haml