PostText/templates/moderator/demote.html.ep
2023-05-20 23:43:32 -04:00

11 lines
314 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>
<button type="submit" class="form-button">Demote</button>
</form>