18 lines
547 B
Text
18 lines
547 B
Text
|
|
<!--Descriptive page name, messages and instructions-->
|
||
|
|
<h2 class="heading"><%= t(".heading.page_title") %></h2>
|
||
|
|
<%= error_messages_for :abuse_report %>
|
||
|
|
<!--/descriptions-->
|
||
|
|
|
||
|
|
<!--subnav-->
|
||
|
|
<h3 class="landmark heading"><%= t("a11y.navigation") %></h3>
|
||
|
|
<%= render "home/tos_navigation" %>
|
||
|
|
<!--/subnav-->
|
||
|
|
|
||
|
|
<!--main content-->
|
||
|
|
<h3 class="landmark heading"><%= t(".page_content_landmark") %></h3>
|
||
|
|
<div class="userstuff">
|
||
|
|
Please email me at femslashclub@proton.me with the subject ABUSE REPORT: [subject of your report.] Thanks!
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<!--/content-->
|