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.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
wco_models-3.1.0.178 app/views/wco/leads/index.haml
wco_models-3.1.0.177 app/views/wco/leads/index.haml
wco_models-3.1.0.176 app/views/wco/leads/index.haml
wco_models-3.1.0.175 app/views/wco/leads/index.haml
wco_models-3.1.0.174 app/views/wco/leads/index.haml
wco_models-3.1.0.173 app/views/wco/leads/index.haml
wco_models-3.1.0.172 app/views/wco/leads/index.haml
wco_models-3.1.0.171 app/views/wco/leads/index.haml
wco_models-3.1.0.170 app/views/wco/leads/index.haml
wco_models-3.1.0.169 app/views/wco/leads/index.haml
wco_models-3.1.0.168 app/views/wco/leads/index.haml
wco_models-3.1.0.167 app/views/wco/leads/index.haml
wco_models-3.1.0.166 app/views/wco/leads/index.haml
wco_models-3.1.0.165 app/views/wco/leads/index.haml