Sha256: be2554f669f4a2f05470991af2dbb8efffb31678465b8ea424ae434c68cc886c

Contents?: true

Size: 454 Bytes

Versions: 5

Compression:

Stored size: 454 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 }

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

#paginate= render "shared/paginate"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/admin/groups/index.html.haml
fat_free_crm-0.12.2 app/views/admin/groups/index.html.haml
fat_free_crm-0.12.1 app/views/admin/groups/index.html.haml
fat_free_crm-0.12.0 app/views/admin/groups/index.html.haml
fat_free_crm-0.11.4 app/views/admin/groups/index.html.haml