Sha256: 51ce5c6e116aa7daa3c406b91ede79658735599eb84c71cfab01f2dce05964e3

Contents?: true

Size: 645 Bytes

Versions: 18

Compression:

Stored size: 645 Bytes

Contents

= simple_form_for(@campaign, :html => one_submit_only, :remote => true) do |f|
  = link_to_close new_campaign_path
  = f.hidden_field :user_id

  = f.error_messages :object_name => t('campaign')

  = render "campaigns/top_section", :f => f
  = render "fields/edit_custom_field_group", :f => f
  = render "shared/add_comment", :f => f
  = render "campaigns/objectives",  :f => f
  = render "fields/groups",         :f => f
  = render "entities/permissions",  :f => f, :entity => @campaign
  = hook(:entity_form, self, {f: f, entity: @campaign})

  .buttonbar
    = f.submit t(:create_campaign)
    #{t :or}
    = link_to_cancel new_campaign_path

Version data entries

18 entries across 18 versions & 2 rubygems

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