Sha256: fb3180ef3bf2978dfe147f0043fd6f24199c31a5556b56ca6a46f3008c09b816

Contents?: true

Size: 751 Bytes

Versions: 5

Compression:

Stored size: 751 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.all, :id, :name, :include_blank => 'No Group'
  .field
    = f.label :name
    = f.text_field :name
  - if f.object.new_record?
    .field#campaign_code_field
      = f.label :code
      = f.text_field :code
  .field
    %label{:for => 'campaign_code_hint'}
      = resource_class.human_attribute_name(:code_hint)
      %span.help{:title => e9_t(:code_help, :scope => 'e9_crm.campaigns', :code => E9Crm.query_param)}= t(:inline_help_link)
    #campaign_code_hint= "?#{E9Crm.query_param}=#{f.object.code}"
  .field
    = f.label :active
    = f.check_box :active

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
e9_crm-0.1.8 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.7 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.6 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.5 app/views/e9_crm/campaigns/_form_inner.html.haml
e9_crm-0.1.4 app/views/e9_crm/campaigns/_form_inner.html.haml