Sha256: 0b35fcd04d9f143ffb28616a842e33d35cec61c46718c100b1fce78a85bccc8e

Contents?: true

Size: 539 Bytes

Versions: 38

Compression:

Stored size: 539 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 '/wco/leads/table', leads: @leads, search_path: leads_path

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wco_models-3.1.0.202 app/views/wco/leads/index.haml
wco_models-3.1.0.201 app/views/wco/leads/index.haml
wco_models-3.1.0.199 app/views/wco/leads/index.haml
wco_models-3.1.0.198 app/views/wco/leads/index.haml
wco_models-3.1.0.197 app/views/wco/leads/index.haml
wco_models-3.1.0.196 app/views/wco/leads/index.haml
wco_models-3.1.0.195 app/views/wco/leads/index.haml
wco_models-3.1.0.194 app/views/wco/leads/index.haml
wco_models-3.1.0.193 app/views/wco/leads/index.haml
wco_models-3.1.0.192 app/views/wco/leads/index.haml
wco_models-3.1.0.191 app/views/wco/leads/index.haml
wco_models-3.1.0.190 app/views/wco/leads/index.haml
wco_models-3.1.0.189 app/views/wco/leads/index.haml
wco_models-3.1.0.188 app/views/wco/leads/index.haml
wco_models-3.1.0.187 app/views/wco/leads/index.haml
wco_models-3.1.0.184 app/views/wco/leads/index.haml
wco_models-3.1.0.183 app/views/wco/leads/index.haml
wco_models-3.1.0.182 app/views/wco/leads/index.haml
wco_models-3.1.0.181 app/views/wco/leads/index.haml
wco_models-3.1.0.180 app/views/wco/leads/index.haml