Sha256: 68410a31823f6f2fddbc23d938c319408239287113e418d077d615b2f7d5cb96

Contents?: true

Size: 586 Bytes

Versions: 5

Compression:

Stored size: 586 Bytes

Contents

.filters#filters
  .caption= t :lead_statuses
  - Setting.lead_status.each do |key|
    .check_box
      %div{style: "float:right;"}
        = @lead_status_total[key]
      = lead_status_checkbox(key, @lead_status_total[key])
      = label_tag(key, t(key))

  .check_box
    %div{style: "float:right;"}
      = @lead_status_total[:other]
    = lead_status_checkbox("other", @lead_status_total[:other])
    = label_tag(:other, t(:other))

  .check_box
    %div{style: "float:right;"}
      %b= @lead_status_total[:all]
    %b #{t :total_leads}
  = hook(:index_lead_sidebar_bottom, self)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/leads/_sidebar_index.html.haml
fat_free_crm-0.22.0 app/views/leads/_sidebar_index.html.haml
fat_free_crm-0.21.0 app/views/leads/_sidebar_index.html.haml
fat_free_crm-0.20.1 app/views/leads/_sidebar_index.html.haml
fat_free_crm-0.20.0 app/views/leads/_sidebar_index.html.haml