Files
danbooru/app/views/static/contact.html.erb
evazion f65021fa01 config: move contact page info to a config option.
Make the info on the contact page configurable instead of hard coded.
2022-05-09 14:16:58 -05:00

10 lines
158 B
Plaintext

<% page_title "Contact" %>
<div id="c-static">
<div id="a-contact">
<h1>Contact</h1>
<%= raw Danbooru.config.contact_page_html %>
</div>
</div>