Sha256: f4d04fa2cb016124251970dae4d844dca52b46c3622920ac2ebe35b3a6fe23b4
Contents?: true
Size: 984 Bytes
Versions: 2
Compression:
Stored size: 984 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], :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 :order, :count => 2}'}","{'sTitle':'#{I18n.t :total}','bSearchable':false,'bSortable':false}","{'sTitle':'#{I18n.t :last_order}'}","{'sTitle':'#{I18n.t :activate}?'}","{'sClass':'actions-td','bSearchable':false,'bSortable':false}"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forgeos_commerce-1.9.1.rc1 | app/views/admin/users/index.html.haml |
forgeos_commerce-1.9.0 | app/views/admin/users/index.html.haml |