Sha256: d306327651aacae73235bba1695390c080a6608576f59df8de5312f73974cfdc

Contents?: true

Size: 685 Bytes

Versions: 4

Compression:

Stored size: 685 Bytes

Contents

.toolbar
  .toolbar-left
    = form_tag(resource_class, :method => :get, :id => 'campaign_search_form') 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)

Version data entries

4 entries across 4 versions & 1 rubygems

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