Sha256: 951b442df3dccbd93f65486fbebab4243185e1d6e685c3b4739e4b913f69ba79

Contents?: true

Size: 457 Bytes

Versions: 22

Compression:

Stored size: 457 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

22 entries across 22 versions & 2 rubygems

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