Sha256: 3fe9908175c44645154d8a23bd90f29822fef796d34c4377fda23b29fc84e8a8

Contents?: true

Size: 723 Bytes

Versions: 11

Compression:

Stored size: 723 Bytes

Contents

- include_javascript 'admin/sitemap'

%h1 Pages

= render_region :top

%table#site-map.index{:summary=>"Page hierarchy of the current site"}
  %thead
    %tr
      - render_region :sitemap_head do |sitemap_head|
        - sitemap_head.title_column_header do
          %th.page Page
        - sitemap_head.status_column_header do
          %th.status Status
        - sitemap_head.modify_column_header do
          %th.modify{:colspan=>"2"} Modify
  %tbody
    - if @homepage
      = render_node @homepage
    - else
      %tr
        %td.note{:colspan => admin.page.index.node.length} No Pages

= render_region :bottom

- unless @homepage
  %p
    = link_to image('new-homepage', :alt => 'New Homepage'), new_admin_page_url

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
radiantcms-couchrest_model-0.2.4 app/views/admin/pages/index.html.haml
radiantcms-couchrest_model-0.2.2 app/views/admin/pages/index.html.haml
radiantcms-couchrest_model-0.2.1 app/views/admin/pages/index.html.haml
radiantcms-couchrest_model-0.2 app/views/admin/pages/index.html.haml
radiantcms-couchrest_model-0.1.9 app/views/admin/pages/index.html.haml
radiantcms-couchrest_model-0.1.8 app/views/admin/pages/index.html.haml
radiantcms-couchrest_model-0.1.7 app/views/admin/pages/index.html.haml
radiantcms-couchrest_model-0.1.6 app/views/admin/pages/index.html.haml
radiantcms-couchrest_model-0.1.5 app/views/admin/pages/index.html.haml
radiant-0.8.2 app/views/admin/pages/index.html.haml
radiant-0.8.1 app/views/admin/pages/index.html.haml