Sha256: 5df17dc03834d649b8bacbda65e1f4eb41cfc85d4103f76d2e0cb0c0a13c82d0

Contents?: true

Size: 648 Bytes

Versions: 27

Compression:

Stored size: 648 Bytes

Contents

= styles_for :task

- if @view == "completed"
  - buckets = Setting.unroll(:task_completed)
  .title
    = t(:completed_tasks)
    = image_tag("loading.gif", :size => :thumb, :id => "loading", :style => "display: none;")
- else
  - buckets = Setting.unroll(:task_bucket)
  = render "title"

.log#tasks
  - buckets.each do |value, key|
    %div{ hidden_if(filtered_out?(@view, key)), :id => "list_#{key}" }
      %h3{:class => key}= t(value)
      .bucket{:id => key}= render :partial => @view, :collection => @tasks[key] || [], :locals => { :bucket => key }
  - if @tasks.values.flatten.blank?
    = render "empty"

#export= render "shared/export"

Version data entries

27 entries across 27 versions & 2 rubygems

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