PostText/templates/moderator/unlock_acct.html.ep

11 lines
252 B
Plaintext

% layout 'default';
% title 'Unlock Account';
<h2><%= title %></h2>
<form method="post">
<div class="email field">
<%= label_for email => 'Email' %>
<%= email_field email => (id => 'email') %>
</div>
<%= submit_button 'Unlock' %>
</form>