Sha256: 7e569e4e8e909ab2e2787693610a49de14325e8db10d0eb7974c5564fa65d160

Contents?: true

Size: 873 Bytes

Versions: 80

Compression:

Stored size: 873 Bytes

Contents

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

.outset
  = render_region :top
  %table.index.tablesaw#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 new_admin_page_path, :class => 'action_button' do
          %i.fas.fa-plus-circle
          = t("new_homepage")

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
trusty-cms-7.0.8 app/views/admin/pages/index.html.haml
trusty-cms-7.0.7 app/views/admin/pages/index.html.haml
trusty-cms-7.0.6 app/views/admin/pages/index.html.haml
trusty-cms-7.0.5 app/views/admin/pages/index.html.haml
trusty-cms-7.0.4 app/views/admin/pages/index.html.haml
trusty-cms-7.0.3 app/views/admin/pages/index.html.haml
trusty-cms-6.3.1 app/views/admin/pages/index.html.haml
trusty-cms-7.0.2 app/views/admin/pages/index.html.haml
trusty-cms-7.0.1 app/views/admin/pages/index.html.haml
trusty-cms-7.0.0 app/views/admin/pages/index.html.haml
trusty-cms-6.3 app/views/admin/pages/index.html.haml
trusty-cms-6.2.1 app/views/admin/pages/index.html.haml
trusty-cms-6.2.2.1 app/views/admin/pages/index.html.haml
trusty-cms-6.2.0 app/views/admin/pages/index.html.haml
trusty-cms-6.1.2 app/views/admin/pages/index.html.haml
trusty-cms-6.1.1 app/views/admin/pages/index.html.haml
trusty-cms-6.0.5 app/views/admin/pages/index.html.haml
trusty-cms-6.0.4 app/views/admin/pages/index.html.haml
trusty-cms-6.0.3 app/views/admin/pages/index.html.haml
trusty-cms-6.0.2 app/views/admin/pages/index.html.haml