Sha256: 33e15c03530ac949953824a06c669ac23eb41286c9edb306581417a1f49d0618

Contents?: true

Size: 528 Bytes

Versions: 38

Compression:

Stored size: 528 Bytes

Contents

.leads-index.maxwidth
  = form_tag leads_path, method: :get do
    = select_tag :q_tag_ids, options_for_select(@tags_list, selected: params[:q_tag_ids]), { class: :select2, multiple: true }
    = submit_tag 'tag-search'
  %hr

  .header
    %h2.title
      Leads
      - if !defined?( skip_pagination ) || !skip_pagination
        (#{@leads.total_count})
      - else
        (#{@leads.length})
      = link_to raw("<i class='fa fa-plus-square'></i>"), new_lead_path

  = render 'index', leads: @leads, search_path: leads_path

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wco_models-3.1.0.155 app/views/wco/leads/index.haml
wco_models-3.1.0.154 app/views/wco/leads/index.haml
wco_models-3.1.0.153 app/views/wco/leads/index.haml
wco_models-3.1.0.152 app/views/wco/leads/index.haml
wco_models-3.1.0.151 app/views/wco/leads/index.haml
wco_models-3.1.0.150 app/views/wco/leads/index.haml
wco_models-3.1.0.149 app/views/wco/leads/index.haml
wco_models-3.1.0.148 app/views/wco/leads/index.haml
wco_models-3.1.0.147 app/views/wco/leads/index.haml
wco_models-3.1.0.146 app/views/wco/leads/index.haml
wco_models-3.1.0.145 app/views/wco/leads/index.haml
wco_models-3.1.0.144 app/views/wco/leads/index.haml
wco_models-3.1.0.143 app/views/wco/leads/index.haml
wco_models-3.1.0.142 app/views/wco/leads/index.haml
wco_models-3.1.0.141 app/views/wco/leads/index.haml
wco_models-3.1.0.140 app/views/wco/leads/index.haml
wco_models-3.1.0.139 app/views/wco/leads/index.haml
wco_models-3.1.0.138 app/views/wco/leads/index.haml
wco_models-3.1.0.137 app/views/wco/leads/index.haml
wco_models-3.1.0.136 app/views/wco/leads/index.haml