Sha256: af08696ec4adb5b89d606471b0e4d7f3076e93c659c88e174aa0e239f3c48c8a

Contents?: true

Size: 784 Bytes

Versions: 5

Compression:

Stored size: 784 Bytes

Contents

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

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

= dataTables_tag :url => forgeos_cms.admin_menus_path(:format => :json), :columns => ["{'bSearchable':false,'bSortable':false}","{'sTitle':'#{t :name}'}","{'sTitle':'#{t :active} ?'}","{'sClass':'actions-td','bSearchable':false,'bSortable':false}"]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
forgeos_cms-1.9.5.rc1 app/views/admin/menus/index.html.haml
forgeos_cms-1.9.4 app/views/admin/menus/index.html.haml
forgeos_cms-1.9.2 app/views/admin/menus/index.html.haml
forgeos_cms-1.9.1 app/views/admin/menus/index.html.haml
forgeos_cms-1.9.0 app/views/admin/menus/index.html.haml