Sha256: bcc6d9c6d42012ba1471b195c7fe2e549264bb833495e2746908d52a75e719d6

Contents?: true

Size: 224 Bytes

Versions: 13

Compression:

Stored size: 224 Bytes

Contents

- @global_lists = List.where(user_id: nil)
- @personal_lists = List.where(user_id: current_user.id)

#lists
  = render "lists/sidebar", lists: @global_lists
  = render "lists/sidebar", lists: @personal_lists, personal: true

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/lists/_lists.html.haml
fat_free_crm-0.22.0 app/views/lists/_lists.html.haml
fat_free_crm-0.21.0 app/views/lists/_lists.html.haml
fat_free_crm-0.20.1 app/views/lists/_lists.html.haml
fat_free_crm-0.20.0 app/views/lists/_lists.html.haml
fat_free_crm-0.19.2 app/views/lists/_lists.html.haml
fat_free_crm-0.19.0 app/views/lists/_lists.html.haml
fat_free_crm-0.18.2 app/views/lists/_lists.html.haml
fat_free_crm-0.17.3 app/views/lists/_lists.html.haml
fat_free_crm-0.18.1 app/views/lists/_lists.html.haml
fat_free_crm-0.18.0 app/views/lists/_lists.html.haml
fat_free_crm-0.17.2 app/views/lists/_lists.html.haml
fat_free_crm-0.17.1 app/views/lists/_lists.html.haml