Sha256: c8ea5ec82ede65ed4f223e799e0626a0c87463f42c8d71642d53d0bb48425710

Contents?: true

Size: 841 Bytes

Versions: 8

Compression:

Stored size: 841 Bytes

Contents

.toolbar
  .toolbar-left
  .toolbar-middle
    = form_tag(resource_class, :method => :get, :class => 'scope-selects') do
      %fieldset
        %legend= t(:form_legend_filter_campaigns)
        %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
      %fieldset
        %legend= t(:form_legend_manage)
        = 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

8 entries across 8 versions & 1 rubygems

Version Path
e9_crm-0.1.33 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.32 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.31 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.30 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.29 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.28 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.27 app/views/e9_crm/campaigns/_header.html.haml
e9_crm-0.1.26 app/views/e9_crm/campaigns/_header.html.haml