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