Sha256: d54ef40e579002afd09dd08471ebfe93100cb196fd5198c5aff37dff01673eef

Contents?: true

Size: 822 Bytes

Versions: 57

Compression:

Stored size: 822 Bytes

Contents

- @page_title = t('pages') + ' - ' + default_page_title

.outset
  = render_region :top
  %table.index#pages{:summary=>t('page_hierarchy')}
    %thead
      %tr
        - render_region :sitemap_head do |sitemap_head|
          - sitemap_head.title_column_header do
            %th.name= t('page')
          - sitemap_head.status_column_header do
            %th.status= t('status')
          - sitemap_head.actions_column_header do
            %th.actions= t('modify')
    %tbody
      - if @homepage
        = render_nodes(@homepage, 0).html_safe
      - else
        %tr
          %td.empty{:colspan => admin.page.index.node.length}= t('no_pages')
  = render_region :bottom

- unless @homepage
  #actions
    %ul
      %li= link_to image('plus') + ' ' + t("new_homepage"), new_admin_page_path, :class => 'action_button'

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
trusty-cms-2.0.22 app/views/admin/pages/index.html.haml
trusty-cms-2.0.21 app/views/admin/pages/index.html.haml
trusty-cms-2.0.21.alpha app/views/admin/pages/index.html.haml
trusty-cms-2.0.20 app/views/admin/pages/index.html.haml
trusty-cms-2.0.2 app/views/admin/pages/index.html.haml
trusty-cms-2.0.19 app/views/admin/pages/index.html.haml
trusty-cms-2.0.18 app/views/admin/pages/index.html.haml
trusty-cms-2.0.17 app/views/admin/pages/index.html.haml
trusty-cms-2.0.16 app/views/admin/pages/index.html.haml
trusty-cms-2.0.15 app/views/admin/pages/index.html.haml
trusty-cms-2.0.14 app/views/admin/pages/index.html.haml
trusty-cms-2.0.13 app/views/admin/pages/index.html.haml
trusty-cms-2.0.12 app/views/admin/pages/index.html.haml
trusty-cms-2.0.11 app/views/admin/pages/index.html.haml
trusty-cms-2.0.10.pre.beta app/views/admin/pages/index.html.haml
trusty-cms-2.0.9.pre.beta app/views/admin/pages/index.html.haml
trusty-cms-2.0.8.pre.beta app/views/admin/pages/index.html.haml
trusty-cms-2.0.7.pre.beta app/views/admin/pages/index.html.haml
trusty-cms-2.0.5.pre.beta app/views/admin/pages/index.html.haml
trusty-cms-2.0.4.pre.beta app/views/admin/pages/index.html.haml