Sha256: 1c6bc9b5e084fed4c447caaf055b59b7edf9977515238d2fa9d4e611b0d2b92c

Contents?: true

Size: 737 Bytes

Versions: 8

Compression:

Stored size: 737 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 => 'status'}
          = deal_status_select_options
        %select{:name => 'category'}
          = deal_category_select_options 
        %select{:name => 'owner'}
          = deal_owner_select_options 
        %select{:name => 'closed'}
          = deal_date_select_options(:type => :in_month)

  .toolbar-right
    %fieldset
      %legend= t(:form_legend_manage)
      .manage-leads
      = link_to I18n.t('activerecord.links.index', :models => 'Leads'), leads_path
      .manage-new-deals
      = link_to_new_resource(Deal)

Version data entries

8 entries across 8 versions & 1 rubygems

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