38 lines
1.8 KiB
Text
Executable file
38 lines
1.8 KiB
Text
Executable file
<!--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. <strong> NEW AS OF MARCH 30 2026: </strong> We have been getting a lot of AI invite requests. To make AI detection easier, you <strong>must</strong> include your favorite F/F, F/NB, or NB/NB ship or something along the lines of that in the request field below. Requests without at least something related to that in the field below will be deleted without warning. Sorry, blame whoever coded these bots.<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-->
|