PostText/templates/moderator/promote.html.ep

11 lines
239 B
Plaintext
Raw Normal View History

2023-04-21 23:21:12 -04:00
% layout 'default';
% title 'Promote Moderator';
<h2><%= title %></h2>
<form method="post">
<div class="email field">
<%= label_for email => 'Email' %>
<%= email_field 'email' %>
</div>
<%= submit_button 'Promote' %>
</form>