mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
10 lines
272 B
Text
10 lines
272 B
Text
|
<h1>
|
||
|
<%= cuser and cuser.admin? ? "New Issue" : "Contact Form" %>
|
||
|
</h1>
|
||
|
|
||
|
<p>Do not forget to include contact details like a mail address or a steam account in case you do not own an ensl account.</p>
|
||
|
|
||
|
<%= render :partial => "form" %>
|
||
|
|
||
|
<%= link_to 'Back', issues_path %>
|