Sha256: dca0fb9bc8c30cd7eaa430a1b2a03d6bd92799f6401b5281c59eee735f8a41fc

Contents?: true

Size: 784 Bytes

Versions: 27

Compression:

Stored size: 784 Bytes

Contents

.filters#filters
  = render "selector"
  - if @view == "pending" || @view == "assigned"
    - Setting.unroll(:task_bucket).each do |value, key|
      .check_box{:style => "border-bottom: 1px silver dotted;"}
        %div{:style => "float:right;"}
          = @task_total[key]
        = task_filter_checkbox(@view, key, @task_total[key]) << " " << t(value)
  - else # @view == "completed"
    - Setting.unroll(:task_completed).each do |value, key|
      .check_box{:style => "border-bottom: 1px silver dotted;"}
        %div{:style => "float:right;"}
          = @task_total[key]
        = task_filter_checkbox(@view, key, @task_total[key]) << " " << t(value)
  .check_box
    %div{:style => "float:right;"}
      %b= @task_total[:all]
    %b== #{t(:total_tasks, t(@view + '_tasks'))}

Version data entries

27 entries across 27 versions & 2 rubygems

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