PostText/templates/moderator/demote.html.ep

11 lines
312 B
Plaintext

% layout 'default';
% title 'Demote Admin';
<h2 class="page-title"><%= title %></h2>
<form method="post" class="form-body">
<div class="form-field">
<%= label_for email => 'Email' %>
<%= email_field email => (id => 'email') %>
</div>
<%= submit_button Demote => (class => 'form-button') %>
</form>