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' %>
|
2023-05-09 21:15:16 -04:00
|
|
|
<%= email_field email => (id => 'email') %>
|
2023-04-21 23:21:12 -04:00
|
|
|
</div>
|
|
|
|
<%= submit_button 'Promote' %>
|
|
|
|
</form>
|