Sha256: 2f56dd40a983ecec19186516bf687f14b83c7ebea3eb283eb6609b067467b83d

Contents?: true

Size: 406 Bytes

Versions: 13

Compression:

Stored size: 406 Bytes

Contents

= styles_for :user

.title_tools
  = link_to_inline(:create_user, new_admin_user_path, text: t(:create_user))

.title
  %span#create_user_title #{t :users}
  = image_tag("loading.gif", size: :thumb, id: "loading", style: "display: none;")
.remote#create_user{ hidden }

.list#users= render partial: "admin/users/user", collection: @users
#paginate= render "shared/paginate"
#export= render "shared/export"

Version data entries

13 entries across 13 versions & 1 rubygems

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