Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / app / views / admin / page / .svn / text-base / remove.html.erb.svn-base
bloba702be30f6e8e1996b79a62d6efee08bfd88b8fa
1 <% pages = pluralize(@page.children.count + 1, 'Page') -%>
3 <h1 id="remove_article">Remove <%= pages %></h1>
4 <p>Are you sure you want to <strong class="warning">permanently remove</strong> the following <%= pages.downcase %>?</p>
6 <table id="site-map" class="index" cellpadding="0" cellspacing="0" border="0">
7   <tbody>
8 <%= render_node @page, :simple => true -%>
9   </tbody>
10 </table>
12 <form method="post" action="">
13   <p class="buttons"><%= submit_tag "Delete #{pages}", :class => 'button' %> or <%= link_to 'Cancel', page_index_url %></p>
14 </form>