app/views/admin/page/remove.rhtml in radiant-0.5.0 vs app/views/admin/page/remove.rhtml in radiant-0.5.1

- old
+ new

@@ -2,13 +2,13 @@ <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> + <tbody> <%= render_node @page, :simple => true -%> - </tbody> + </tbody> </table> <form method="post"> - <p class="buttons"><%= submit_tag "Delete #{pages}", :class => 'button' %> or <%= link_to 'Cancel', page_index_url %></p> + <p class="buttons"><%= submit_tag "Delete #{pages}", :class => 'button' %> or <%= link_to 'Cancel', page_index_url %></p> </form> \ No newline at end of file