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