Sha256: 073ac86033ac818aaa15c0d4d4763dece732710c5604076a38dd7d49a35e2940

Contents?: true

Size: 721 Bytes

Versions: 24

Compression:

Stored size: 721 Bytes

Contents

%fieldset
  %legend= e9_t(:campaign_information_legend, :scope => 'e9_crm.campaigns')
  .field
    = f.label :campaign_group_id
    = f.collection_select :campaign_group_id, CampaignGroup.ordered.all, :id, :name, :include_blank => 'No Group'
  .field
    = f.label :name, nil, :class => :req
    = f.text_field :name
  - if f.object.new_record?
    .field#campaign_code_field
      = f.label :code, nil, :class => :req
      = f.text_field :code
  .field
    = help_label :campaign_code_hint, :code_hint, :title => t('activerecord.attributes.campaign.code_hint_help', :code => E9Crm.query_param)
    #campaign_code_hint= display_campaign_code(f.object.code || '')
  .field
    = f.label :active
    = f.check_box :active

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
e9_crm-0.1.34 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.33 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.32 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.31 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.30 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.29 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.28 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.27 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.26 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.25 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.24 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.23 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.22 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.21 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.20 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.19 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.18 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.17 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.16 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.14 app/views/e9_crm/campaigns/_form_inner.html.haml