Sha256: 535a14c1957337593cf013cba5192c487cef31d3183dc4b0213e69f26dc6b8a1

Contents?: true

Size: 530 Bytes

Versions: 17

Compression:

Stored size: 530 Bytes

Contents

- pages = @page.children.count > 1 ? t('pages') : t('page')

%h1
  = t('remove_pages', :pages => pages)

%p 
  = t('text.pages.remove_warning', :pages => pages)
    
.inset
  %table.index#site_map
    %tbody
      = render_node @page, :simple => true

- form_for [:admin, @page.becomes(Page)], :html => {:method => :delete, 'data-onsubmit_status'=>"Removing pages…"} do
  .buttons
    %input.button{:type=>"submit", :value => t('delete_pages', :pages => pages) }/
    = t('or')    
    = link_to t('cancel'), admin_pages_url

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
trusty-cms-1.0.0 app/views/admin/pages/remove.html.haml
radiant-1.1.4 app/views/admin/pages/remove.html.haml
radiant-1.1.3 app/views/admin/pages/remove.html.haml
radiant-1.1.2 app/views/admin/pages/remove.html.haml
radiant-1.1.1 app/views/admin/pages/remove.html.haml
radiant-1.1.0 app/views/admin/pages/remove.html.haml
radiant-1.1.0.rc1 app/views/admin/pages/remove.html.haml
radiant-1.1.0.beta app/views/admin/pages/remove.html.haml
radiant-1.0.1 app/views/admin/pages/remove.html.haml
radiant-1.1.0.alpha app/views/admin/pages/remove.html.haml
radiant-1.0.0 app/views/admin/pages/remove.html.haml
radiant-1.0.0.rc5 app/views/admin/pages/remove.html.haml
radiant-1.0.0.rc4 app/views/admin/pages/remove.html.haml
radiant-1.0.0.rc3 app/views/admin/pages/remove.html.haml
kajam-1.0.3.rc2 app/views/admin/pages/remove.html.haml
radiant-1.0.0.rc2 app/views/admin/pages/remove.html.haml
radiant-1.0.0.rc1 app/views/admin/pages/remove.html.haml