Files
danbooru/app/views/static/contact.html.erb
BrokenEagle 31d3215dad Fix page controller and action IDs
- Also fix affected CSS and JS files
2017-12-28 10:20:12 -08:00

14 lines
348 B
Plaintext

<div id="c-static">
<div id="a-contact">
<h1>Contact</h1>
<h2>Questions &amp; Comments</h2>
<p>You can reach the administrator of this site at <%= mail_to Danbooru.config.contact_email, nil, :encode => :hex %>.</p>
<% content_for(:page_title) do %>
Contact - <%= Danbooru.config.app_name %>
<% end %>
</div>
</div>