Sha256: 565e45a1fd7876855eae3f8e92cdd19f6382c6f55676b70b4e7532b6ff605dbc

Contents?: true

Size: 478 Bytes

Versions: 27

Compression:

Stored size: 478 Bytes

Contents

- asset ||= instance_variable_get("@" << controller.controller_name.singularize)
- asset.tasks.each do |task|
  - if task.completed_at?
    = render "tasks/completed", :completed => task, :bucket => nil
  - elsif task.my?(current_user)
    = render "tasks/pending", :pending => task, :bucket => nil
  - elsif task.assigned_by?(current_user)
    = render "tasks/assigned", :assigned => task, :bucket => nil
  - else
    = render "tasks/related", :related => task, :bucket => nil

Version data entries

27 entries across 27 versions & 2 rubygems

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