Sha256: 76aee64b52aa4be2e1bc8228fa7b99ee0ce2665fd4e37a0feadcab5950e23319
Contents?: true
Size: 587 Bytes
Versions: 1
Compression:
Stored size: 587 Bytes
Contents
<h1>Remove User</h1> <p>Are you sure you want to <strong class="warning">permanently remove</strong> the following user?</p> <table id="users" 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="user"> <%= @user.name %> </td> </tr> </tbody> </table> <form method="post"> <p class="buttons"><%= submit_tag "Delete User", :class => 'button' %> or <%= link_to 'Cancel', user_index_url %></p> </form>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-0.5.0 | app/views/admin/user/remove.rhtml |