Sha256: aee9ce625070d868834531bb83123c5190d59871dddeaed65b73702500df1cd8

Contents?: true

Size: 886 Bytes

Versions: 6

Compression:

Stored size: 886 Bytes

Contents

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

#content.grid_12.alpha.omega
  .backgrounds.header
    = link_to content_tag(:span,I18n.t('right.create.action').capitalize, :class=>'big-icons create-rights'), '#', :class=>'backgrounds action-button create-right'
    #search.right
      = fg_search
    .backgrounds.search-form
  .content-background
  %table#table.datatable.draggable_rows

= dataTables_tag :url => forgeos_core.admin_rights_path(:format => :json), :columns => ["{'bSearchable':false,'bSortable':false}","{'sTitle':'#{escape_javascript(I18n.t :name)}'}","{'sTitle':'#{escape_javascript(I18n.t :controller_name)}'}","{'sTitle':'#{escape_javascript(I18n.t :action_name)}'}","{'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/rights/index.html.haml
forgeos_core-1.9.5.rc1 app/views/admin/rights/index.html.haml
forgeos_core-1.9.4 app/views/admin/rights/index.html.haml
forgeos_core-1.9.3 app/views/admin/rights/index.html.haml
forgeos_core-1.9.2 app/views/admin/rights/index.html.haml
forgeos_core-1.9.1 app/views/admin/rights/index.html.haml