Sha256: 85c34a4d5718679533e0c23728e88e6076b40f0bb5706c7c2fee151097868e48

Contents?: true

Size: 733 Bytes

Versions: 26

Compression:

Stored size: 733 Bytes

Contents

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

  .check_box{:style => "border-bottom: 1px silver dotted;"}
    %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

26 entries across 26 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.15.2 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.16.4 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.14.1 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.15.1 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.16.3 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.16.2 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.16.1 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.16.0 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.15.0 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.15.0.beta.2 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.15.0.beta app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.14.0 app/views/campaigns/_sidebar_index.html.haml
reduced_fat_crm-0.15.0.beta app/views/campaigns/_sidebar_index.html.haml
reduced_fat_crm-0.14.0 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.13.6 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.13.5 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.13.4 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.13.2 app/views/campaigns/_sidebar_index.html.haml
fat_free_crm-0.12.3 app/views/campaigns/_sidebar_index.html.haml