mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +00:00
f5ce390f97
The old discord link had expired, replaced with a new link.
7 lines
539 B
Text
7 lines
539 B
Text
<h1 class="title"><%= cuser ? "New Issue" : "Contact" %></h1>
|
|
<p>In case the contact form does not work write us on Steam (add the people from <%= link_to 'here', about_staff_path %>)</p>
|
|
<p>You can also reach us on our <%= link_to 'Official NSL Discord', 'https://discord.gg/aVdDwVC', target: '_blank' %> or on the <%= link_to 'forums', forums_path %></p>
|
|
|
|
<p>Please do not forget to include contact details, such as an email address or a Steam account in the case that you do not have an ENSL account.</p>
|
|
|
|
<%= render partial: "form" %>
|