Sha256: cd92abc240f1908fd3d527ab5d3cb6c150ee0cd94e11980cfb1aafbf7c453d23

Contents?: true

Size: 547 Bytes

Versions: 4

Compression:

Stored size: 547 Bytes

Contents

<% pages = pluralize(@page.children.count + 1, 'Page') -%>

<h1 id="remove_article">Remove <%= pages %></h1>
<p>Are you sure you want to <strong class="warning">permanently remove</strong> the following <%= pages.downcase %>?</p>

<table id="site-map" class="index" cellpadding="0" cellspacing="0" border="0">
  <tbody>
<%= render_node @page, :simple => true -%>
  </tbody>
</table>

<form method="post" action="">
  <p class="buttons"><%= submit_tag "Delete #{pages}", :class => 'button' %> or <%= link_to 'Cancel', page_index_url %></p>
</form>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
radiant-0.6.4 app/views/admin/page/remove.rhtml
radiant-0.6.5.1 app/views/admin/page/remove.html.erb
radiant-0.6.5 app/views/admin/page/remove.html.erb
radiant-0.6.6 app/views/admin/page/remove.html.erb