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.
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
<div id="c-moderation-reports">
|
|
<div id="a-new">
|
|
<%= render "moderation_reports/new", moderation_report: @moderation_report %>
|
|
</div>
|
|
</div>
|