Sha256: 1562bcbeac5e12399367bd810f9d9ed8e33567b44d1e345690b1ae711cb269eb

Contents?: true

Size: 946 Bytes

Versions: 15

Compression:

Stored size: 946 Bytes

Contents

- @window_title = "Content"
- @page_title = "Pages"

.row-fluid
  = render :partial => "/gluttonberg/admin/content/main/sidebar"
  .span9
    .row-fluid
      .page-header
        %h1
          %span.title
            = @page_title.html_safe
      .subnav
        = sub_nav do
          - if can?(:manage, Gluttonberg::Page)
            = nav_link('Add New Page', new_admin_page_path)
    
      - if @pages.empty?
        %p.empty No Pages
      - else
        %table{:id => 'pages_table', :class => "table table-bordered #{(can?(:reorder , Gluttonberg::Page) ? drag_tree_table_class : "" )}", :cellpadding => 0, :cellspacing => 0, :rel => "" , :summary => "Pages" , :rel => drag_tree_url }
          %thead
            %tr
              %th
                Page
              %th.author
                Author     
              %th.published_state
                Status
              %th
          %tbody
            = page_table_rows(@pages)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.4 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.3 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.2 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5.1 app/views/gluttonberg/admin/content/pages/index.html.haml
gluttonberg-core-2.5 app/views/gluttonberg/admin/content/pages/index.html.haml