Sha256: d3c947392c11196e44be08485d0fe573d433f2b2d86431d77abd47e327fcc85d

Contents?: true

Size: 696 Bytes

Versions: 4

Compression:

Stored size: 696 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 => 4} No Pages

= render_region :bottom

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
radiant-0.7.2 app/views/admin/pages/index.html.haml
radiant-0.7.0 app/views/admin/pages/index.html.haml
radiant-0.7.1 app/views/admin/pages/index.html.haml
radiant-0.8.0 app/views/admin/pages/index.html.haml