Sha256: f318bfe80f91b318366a192c04fb5108de836d017eb73fde175da85090e0f860

Contents?: true

Size: 630 Bytes

Versions: 5

Compression:

Stored size: 630 Bytes

Contents

.filters#filters
  .caption= t :campaign_statuses
  - Setting.campaign_status.each do |key|
    .check_box
      %div{style: "float:right;"}
        = @campaign_status_total[key]
      = campaign_status_checkbox(key, @campaign_status_total[key])
      = label_tag(key, t(key))

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

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