Sha256: 7ed1f3921354a6b71f77d6a8b8405407affeef94d0abee31c23aeae0bbcb3c01

Contents?: true

Size: 616 Bytes

Versions: 6

Compression:

Stored size: 616 Bytes

Contents

<h1>Remove Snippet</h1>
<p>Are you sure you want to <strong class="warning">permanently remove</strong> the following snippet?</p>

<table id="snippets" class="index" cellpadding="0" cellspacing="0" border="0">
  <tbody>
    <tr class="node level-1" onmouseover="Element.addClassName(this, 'highlight');" onmouseout="Element.removeClassName(this, 'highlight');">
      <td class="snippet">
        <%= @snippet.name %>
      </td>
    </tr>
  </tbody>
</table>

<form method="post">
  <p class="buttons"><%= submit_tag "Delete Snippet", :class => 'button' %> or <%= link_to 'Cancel', snippet_index_url %></p>
</form>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
radiant-0.5.1 app/views/admin/snippet/remove.rhtml
radiant-0.5.2 app/views/admin/snippet/remove.rhtml
radiant-0.6.0 app/views/admin/snippet/remove.rhtml
radiant-0.6.1 app/views/admin/snippet/remove.rhtml
radiant-0.6.2 app/views/admin/snippet/remove.rhtml
radiant-0.6.3 app/views/admin/snippet/remove.rhtml