ensl.org/app/views/issues/new.html.erb
Luke Barratt 1477aac4f1 Removed fixed topbar
Improved layout
Improved form styling
Fixes issues with firefox
Added menu icons
2014-04-19 02:12:02 +01:00

5 lines
230 B
Text

<h1><%= cuser ? "New Issue" : "Contact" %></h1>
<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" %>