Sha256: 30ff7e20b338a8acd023fa39ce5d7496d77b74acfec65f94ef08ad918f99ebd3

Contents?: true

Size: 683 Bytes

Versions: 6

Compression:

Stored size: 683 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_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

6 entries across 6 versions & 1 rubygems

Version Path
e9_crm-0.1.25 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.24 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.23 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.22 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.21 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.20 app/views/e9_crm/campaigns/_header.html.haml