Sha256: 6beb56a400cee293f017d0260e63950c53f9f320400a047405f0470a069da67a

Contents?: true

Size: 875 Bytes

Versions: 6

Compression:

Stored size: 875 Bytes

Contents

= render :partial => 'tabs'
= render :partial => 'admin/sidebars/left_sidebar', :locals => {:icon_class => 'all-roles', :sidebar_title => 'role.all', :tree_id =>'roles-tree' }

#content.grid_12.alpha.omega
  .backgrounds.header
    = link_to content_tag(:span,I18n.t('role.create.action').capitalize, :class=>'big-icons create-role'), forgeos_core.new_admin_role_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_roles_path(:format => :json), :columns => ["{'bSearchable':false,'bSortable':false}","{'sTitle':'#{I18n.t :name}'}","{'sTitle':'#{I18n.t :admin, :count => 2}'}","{'sTitle':'#{I18n.t :created_on}'}","{'sTitle':'#{I18n.t :active} ?'}","{'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/roles/index.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/roles/index.html.haml
forgeos_core-1.9.4 app/views/admin/roles/index.html.haml
forgeos_core-1.9.3 app/views/admin/roles/index.html.haml
forgeos_core-1.9.2 app/views/admin/roles/index.html.haml
forgeos_core-1.9.1 app/views/admin/roles/index.html.haml