PostText/templates/moderator/lock_acct.html.ep

9 lines
190 B
Plaintext

% layout 'default';
% title 'Lock Account';
<h2><%= title %></h2>
<form method="post">
<%= label_for email => 'Email' %>
<%= email_field 'email' %>
<%= submit_button 'Lock' %>
</form>