Sha256: b9699405cc8f506ed2b0a2bfcfee17c2dd1512414d1c1451185ce10e320c19d7
Contents?: true
Size: 457 Bytes
Versions: 24
Compression:
Stored size: 457 Bytes
Contents
<h1> Page Delete Confirmation </h1> <blockquote> <p>Are you sure you want to delete the page titled "<b><%= @page.title %></b>"?</p> <% unless @page.children.empty? %> <p>It has <b><%= @page.children.length %></b> child pages that will also be deleted...</p> <% end %> </blockquote> <%= start_form_tag %> <div id="button-group"> <%= submit_tag "Yes, Delete The Page" %> or <%= link_to "Cancel", :action=>'index' %> </div> <%= end_form_tag %>
Version data entries
24 entries across 24 versions & 7 rubygems