Sha256: 0b35fcd04d9f143ffb28616a842e33d35cec61c46718c100b1fce78a85bccc8e

Contents?: true

Size: 539 Bytes

Versions: 24

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

24 entries across 24 versions & 1 rubygems

Version Path
wco_models-3.1.0.164 app/views/wco/leads/index.haml
wco_models-3.1.0.163 app/views/wco/leads/index.haml
wco_models-3.1.0.162 app/views/wco/leads/index.haml
wco_models-3.1.0.161 app/views/wco/leads/index.haml