39 lines
1.5 KiB
Text
39 lines
1.5 KiB
Text
|
|
<!--Descriptive page name, messages and instructions-->
|
||
|
|
<h2 class="heading">
|
||
|
|
<%= t(".page_heading") %>
|
||
|
|
</h2>
|
||
|
|
|
||
|
|
<p>
|
||
|
|
The invite queue may close sometimes.
|
||
|
|
</p>
|
||
|
|
<p>THIS IS AN 18+ ARCHIVE.</p><p>
|
||
|
|
</p>
|
||
|
|
<!--/descriptions-->
|
||
|
|
|
||
|
|
<!--main content-->
|
||
|
|
<h3 class="heading"><%= t(".request_invitation_header") %></h3>
|
||
|
|
|
||
|
|
<%= form_for(@invite_request, html: { class: "simple" }) do |f| %>
|
||
|
|
<%= error_messages_for @invite_request %>
|
||
|
|
<fieldset>
|
||
|
|
<p>
|
||
|
|
<%= f.label :email %>
|
||
|
|
<%= f.text_field :email %>
|
||
|
|
<br><br> <p>Please put a little bit about you and a statement affirming you agree with anti harassment & anti-censorship ideals in the field below. Requests without at least something in this field will be deleted without warning.<br><br>
|
||
|
|
</p> <%= f.label :note %>
|
||
|
|
<%= f.text_area :note, size: "60x10" %>
|
||
|
|
<%= f.submit t(".add_to_list") %>
|
||
|
|
</p>
|
||
|
|
</fieldset>
|
||
|
|
|
||
|
|
<% end %>
|
||
|
|
|
||
|
|
<p>
|
||
|
|
<%= t(".already_requested_html", check_waitlist_position_link: link_to(t(".check_waitlist_position"), status_invite_requests_path)) %>
|
||
|
|
<%= t(".waiting_list_count", count: InviteRequest.count) %>
|
||
|
|
<%= t(".invitation_send_rate",
|
||
|
|
queue_invitation_number: t(".invitation_number", count: AdminSetting.current.invite_from_queue_number),
|
||
|
|
queue_frequency: t(".frequency", count: AdminSetting.current.invite_from_queue_frequency)) %>
|
||
|
|
<br>You will get your invite within 1-3 days of submitting your request. The queue is set to several decades from now to allow for manual reviewing of invites; it won't actually take that long!</p>
|
||
|
|
<!--/content-->
|