11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
% layout 'default';
|
|
% title 'Promote Moderator';
|
|
<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">Promote</button>
|
|
</form>
|