Sha256: 50c3301f022bbedebd487552f9e5472e3f3b5aedf92c5ca06f969c1fda1a0c3c

Contents?: true

Size: 389 Bytes

Versions: 6

Compression:

Stored size: 389 Bytes

Contents

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

.outset
  = render_region :top
  %ol#pages.index{:summary=>"Page hierarchy of the current site"}
    - if @homepage
      = render_node @homepage
    - else
      %li.empty= 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

6 entries across 6 versions & 1 rubygems

Version Path
radiant-drag_order-extension-0.5.0 app/views/admin/pages/index.html.haml
radiant-drag_order-extension-0.4.8 app/views/admin/pages/index.html.haml
radiant-drag_order-extension-0.4.7 app/views/admin/pages/index.html.haml
radiant-drag_order-extension-0.4.6 app/views/admin/pages/index.html.haml
radiant-drag_order-extension-0.4.4 app/views/admin/pages/index.html.haml
radiant-drag_order-extension-0.4.2 app/views/admin/pages/index.html.haml