Sha256: fa63dd93ecf343127439bfb1e0e1bf148f6c505ebbd69b1aaef98297ff25d1bc

Contents?: true

Size: 748 Bytes

Versions: 19

Compression:

Stored size: 748 Bytes

Contents

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

  -# default view

  = styles_for :task, :lead, :opportunity

  = render 'campaigns/title_bar', :campaign => @campaign

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

  = hook(:show_campaign_bottom, self, {entity: @campaign}) do

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

    = render "leads/leads", :object => @campaign

    = render "opportunities/opportunities", :object => @campaign

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

    = load_select_popups_for(@campaign, :tasks, :leads, :opportunities)

  #export= render "shared/export", :action => :show

Version data entries

19 entries across 19 versions & 2 rubygems

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