Sha256: a0125f1b4c1ae00435cd7f25fce14e1733292c4c3fdc72701cf201dde835db30
Contents?: true
Size: 536 Bytes
Versions: 6
Compression:
Stored size: 536 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"> <p class="buttons"><%= submit_tag "Delete #{pages}", :class => 'button' %> or <%= link_to 'Cancel', page_index_url %></p> </form>
Version data entries
6 entries across 6 versions & 1 rubygems