Sha256: 189d870e4bed33ef15171ed3b045ec9bfa9ba094f5a9cf1527d6036c766830f1

Contents?: true

Size: 424 Bytes

Versions: 30

Compression:

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

30 entries across 30 versions & 2 rubygems

Version Path
fat_free_crm-0.12.3 app/views/admin/users/index.html.haml
fat_free_crm-0.12.2 app/views/admin/users/index.html.haml
fat_free_crm-0.13.1 app/views/admin/users/index.html.haml
fat_free_crm-0.12.1 app/views/admin/users/index.html.haml
fat_free_crm-0.13.0 app/views/admin/users/index.html.haml
fat_free_crm-0.12.0 app/views/admin/users/index.html.haml
fat_free_crm-0.11.4 app/views/admin/users/index.html.haml
fat_free_crm-0.11.3 app/views/admin/users/index.html.haml
fat_free_crm-0.11.2 app/views/admin/users/index.html.haml
fat_free_crm-0.11.1 app/views/admin/users/index.html.haml