Move post replacement create action to post replacements controller.
This commit is contained in:
5
app/views/post_replacements/new.html.erb
Normal file
5
app/views/post_replacements/new.html.erb
Normal file
@@ -0,0 +1,5 @@
|
||||
<div id="c-post-replacements">
|
||||
<div id="a-new">
|
||||
<%= render "new", post_replacement: @post.replacements.new %>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user