Renamed helpers to correspond to renamed Controller classes.
[merb_radiant.git] / app / views / admin / snippet / .svn / text-base / remove.html.erb.svn-base
blob6ac879dc8a859810cadeea0492c7f1c9eccf440c
1 <h1>Remove Snippet</h1>
2 <p>Are you sure you want to <strong class="warning">permanently remove</strong> the following snippet?</p>
4 <table id="snippets" class="index" cellpadding="0" cellspacing="0" border="0">
5   <tbody>
6     <tr class="node level-1" onmouseover="Element.addClassName(this, 'highlight');" onmouseout="Element.removeClassName(this, 'highlight');">
7       <td class="snippet">
8         <%= @snippet.name %>
9       </td>
10     </tr>
11   </tbody>
12 </table>
14 <form method="post" action="">
15   <p class="buttons"><%= submit_tag "Delete Snippet", :class => 'button' %> or <%= link_to 'Cancel', snippet_index_url %></p>
16 </form>