Sha256: 19629296023c092526dd315fdbdecf5efdd5abe971d7b0618486c1a4d580b13c

Contents?: true

Size: 831 Bytes

Versions: 65

Compression:

Stored size: 831 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.sortable
          %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

65 entries across 65 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/pages/index.html.haml
trusty-cms-3.9.7 app/views/admin/pages/index.html.haml
trusty-cms-3.9.6 app/views/admin/pages/index.html.haml
trusty-cms-3.9.5 app/views/admin/pages/index.html.haml
trusty-cms-4.0.1 app/views/admin/pages/index.html.haml
trusty-cms-3.9.4 app/views/admin/pages/index.html.haml
trusty-cms-3.9.3 app/views/admin/pages/index.html.haml
trusty-cms-3.9.2 app/views/admin/pages/index.html.haml
trusty-cms-4.0.0 app/views/admin/pages/index.html.haml
trusty-cms-3.9.1 app/views/admin/pages/index.html.haml
trusty-cms-3.9.0 app/views/admin/pages/index.html.haml
trusty-cms-3.8.4 app/views/admin/pages/index.html.haml
trusty-cms-3.8.3 app/views/admin/pages/index.html.haml
trusty-cms-3.8.2 app/views/admin/pages/index.html.haml
trusty-cms-3.8.1 app/views/admin/pages/index.html.haml
trusty-cms-3.8.0 app/views/admin/pages/index.html.haml
trusty-cms-3.7.1 app/views/admin/pages/index.html.haml
trusty-cms-3.7.0 app/views/admin/pages/index.html.haml
trusty-cms-3.6.2 app/views/admin/pages/index.html.haml
trusty-cms-3.6.1 app/views/admin/pages/index.html.haml