Sha256: 7b6d338391904143f686e8d13f8654a224e9a67ac2cc4006e18b2d55845973a5

Contents?: true

Size: 439 Bytes

Versions: 13

Compression:

Stored size: 439 Bytes

Contents

= styles_for :group

.title_tools
  = link_to_inline(:create_group, new_admin_group_path, text: t(:create_group))

.title
  %span#create_group_title #{t :groups}
  = image_tag("loading.gif", size: :thumb, id: "loading", style: "display: none;")

.remote#create_group{ hidden }

%ul.list#groups
  - if @groups.any?
    = render partial: "group", collection: @groups
  - else
    = render "shared/empty"

#paginate= render "shared/paginate"

Version data entries

13 entries across 13 versions & 1 rubygems

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