Sha256: 2f90f3ebb31ad4e3fb75b5ebb5d6544d4a231d0a150a6309882233e7c48ed14e

Contents?: true

Size: 1.14 KB

Versions: 5

Compression:

Stored size: 1.14 KB

Contents

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

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

= dataTables_tag :url => forgeos_cms.admin_pages_path(:format => :json), :columns => ["{'bSearchable':false,'bSortable':false}","{'sClass':'th-name','sTitle':'#{I18n.t :title}'}","{'sTitle':'#{I18n.t :comment, :count => 2}', 'bSearchable':false,'bSortable':false}","{'sTitle':'#{I18n.t :author}', 'bSearchable':false,'bSortable':false}","{'sClass':'th-date','sTitle':'#{I18n.t :updated_at}'}","{'sTitle':'#{I18n.t :status, :count => 1}'}","{'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/pages/index.html.haml
forgeos_cms-1.9.4 app/views/admin/pages/index.html.haml
forgeos_cms-1.9.2 app/views/admin/pages/index.html.haml
forgeos_cms-1.9.1 app/views/admin/pages/index.html.haml
forgeos_cms-1.9.0 app/views/admin/pages/index.html.haml