Files
danbooru/app/views/moderation_reports/new.html.erb
BrokenEagle f3ce811def Add tests for moderation reports
Added an HTML render for the new endpoint to get the tests to work.
It should probably have had one anyways so this is alright.
2020-01-18 23:37:58 +00:00

6 lines
149 B
Plaintext

<div id="c-moderation-reports">
<div id="a-new">
<%= render "moderation_reports/new", moderation_report: @moderation_report %>
</div>
</div>