Sha256: e2c4482345377a36bdc82ac35de636388a070c5fe6bb51acb0c2549d710a470f

Contents?: true

Size: 825 Bytes

Versions: 6

Compression:

Stored size: 825 Bytes

Contents

= render :partial => 'tabs'
= render :partial => 'admin/sidebars/left_sidebar', :locals => { :icon_class => 'all-users', :sidebar_title => 'user.all', :tree_id =>'user-tree' }
#content.grid_12.alpha.omega
  .backgrounds.header
    = link_to content_tag(:span,I18n.t('user.create.action').capitalize, :class=>'big-icons create-user'), forgeos_core.new_admin_user_path, :class=>'backgrounds action-button'
    #search.right
      = fg_search
    .backgrounds.search-form
  .content-background
  %table#table.datatable.draggable_rows

= dataTables_tag :url => forgeos_core.admin_users_path(:format => :json), :columns => ["{'bSearchable':false,'bSortable':false}","{'sTitle':'#{I18n.t :name}'}","{'sTitle':'#{I18n.t :email}'}","{'sTitle':'#{I18n.t :activate}?'}","{'sClass':'actions-td','bSearchable':false,'bSortable':false}"]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
forgeos_core-1.9.5.rc2 app/views/admin/users/index.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/users/index.html.haml
forgeos_core-1.9.4 app/views/admin/users/index.html.haml
forgeos_core-1.9.3 app/views/admin/users/index.html.haml
forgeos_core-1.9.2 app/views/admin/users/index.html.haml
forgeos_core-1.9.1 app/views/admin/users/index.html.haml