Sha256: fc3f5f4b1a75829f648ff2a9f090a75bc4e2217256f7e3bd2e0e3417bae98b9e

Contents?: true

Size: 695 Bytes

Versions: 10

Compression:

Stored size: 695 Bytes

Contents

.toolbar
  .toolbar-left
    = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
      %select{:name => 'type'}
        = campaign_type_select_options
      %select{:name => 'group'}
        = campaign_group_select_options
      %select{:name => 'active'}
        = campaign_active_select_options

  .toolbar-right
    = form_tag new_advertising_campaign_path, :method => :get, :id => 'new_campaign_form' do
      = label_tag 'new_campaign_type_select', t('activerecord.links.new', :model => Campaign.model_name.human)
      %select{:name => 'type', :id => 'new_campaign_type_select'}
        = campaign_type_select_options(false)
        = submit_tag t(:go), :name => nil

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
e9_crm-0.1.19 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.18 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.17 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.16 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.14 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.13 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.12 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.11 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.10 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.8 app/views/e9_crm/campaigns/_header.html.haml