Merge pull request #2976 from evazion/fix-tests

Fix failing Pixiv tests
This commit is contained in:
Albert Yi
2017-04-17 13:09:32 -07:00
committed by GitHub
5 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<div id="c-post-appeals">
<div id="a-new">
<%= render "post_appeals/new" %>
<%= render "post_appeals/new", post_appeal: @post_appeal %>
</div>
</div>

View File

@@ -1,5 +1,5 @@
<div id="c-post-flags">
<div id="a-new">
<%= render "post_flags/new" %>
<%= render "post_flags/new", post_flag: @post_flag %>
</div>
</div>