Sha256: 2d27176dd5ddafe009059608df126276ee3fcd4279ffe50d7417eeb489ef00ed
Contents?: true
Size: 868 Bytes
Versions: 6
Compression:
Stored size: 868 Bytes
Contents
= render :partial => 'tabs' = render :partial => 'admin/sidebars/left_sidebar', :locals => {:icon_class => 'all-admins', :sidebar_title => 'admin.all', :tree_id =>'admins-tree' } #content.grid_12.alpha.omega .backgrounds.header = link_to content_tag(:span,t('admin.create.action').capitalize, :class=>'big-icons create-admin'), forgeos_core.new_admin_administrator_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_administrators_path(:format => :json), :columns => ["{'bSearchable':false,'bSortable':false}","{'sTitle':'#{t :name}'}","{'sTitle':'#{t :role, :count => 1}'}","{'sTitle':'#{t :email}'}","{'sTitle':'#{t :active}'}","{'sClass':'actions-td','bSearchable':false,'bSortable':false}"]
Version data entries
6 entries across 6 versions & 1 rubygems