Sha256: 3295c1faf437532d266712f5e3e033f6c701a8731a90de9447536cf153d3b963

Contents?: true

Size: 648 Bytes

Versions: 19

Compression:

Stored size: 648 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, {entity: @opportunity}) 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

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/opportunities/show.html.haml
fat_free_crm-0.15.2 app/views/opportunities/show.html.haml
fat_free_crm-0.16.4 app/views/opportunities/show.html.haml
fat_free_crm-0.14.1 app/views/opportunities/show.html.haml
fat_free_crm-0.15.1 app/views/opportunities/show.html.haml
fat_free_crm-0.16.3 app/views/opportunities/show.html.haml
fat_free_crm-0.16.2 app/views/opportunities/show.html.haml
fat_free_crm-0.16.1 app/views/opportunities/show.html.haml
fat_free_crm-0.16.0 app/views/opportunities/show.html.haml
fat_free_crm-0.15.0 app/views/opportunities/show.html.haml
fat_free_crm-0.15.0.beta.2 app/views/opportunities/show.html.haml
fat_free_crm-0.15.0.beta app/views/opportunities/show.html.haml
fat_free_crm-0.14.0 app/views/opportunities/show.html.haml
reduced_fat_crm-0.15.0.beta app/views/opportunities/show.html.haml
reduced_fat_crm-0.14.0 app/views/opportunities/show.html.haml
fat_free_crm-0.13.6 app/views/opportunities/show.html.haml
fat_free_crm-0.13.5 app/views/opportunities/show.html.haml
fat_free_crm-0.13.4 app/views/opportunities/show.html.haml
fat_free_crm-0.13.3 app/views/opportunities/show.html.haml