Sha256: 71a0923dde043ae9e4cdae08d4af27d79a85e3c9003cc6a0a2d2a403b1dc3884
Contents?: true
Size: 813 Bytes
Versions: 3
Compression:
Stored size: 813 Bytes
Contents
- @page_title = t('pages') + ' - ' + default_page_title .outset = render_region :top %table#site_map.index{:summary=>"Page hierarchy of the current site"} %thead %tr - render_region :sitemap_head do |sitemap_head| - sitemap_head.title_column_header do %th.page= t('page') - sitemap_head.status_column_header do %th.status= t('status') - sitemap_head.modify_column_header do %th.modify{:colspan=>"2"}= t('modify') %tbody - if @homepage = render_node @homepage - 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
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
radiantcms-couchrest_model-0.1.4 | app/views/admin/pages/index.html.haml |
radiant-0.9.1 | app/views/admin/pages/index.html.haml |
radiant-0.9.0.rc2 | app/views/admin/pages/index.html.haml |