fix forum post views
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div id="a-edit">
|
||||
<h1>Edit Forum Post</h1>
|
||||
|
||||
<%= render "form", :forum_post => @forum_post %>
|
||||
<%= render "forum_posts/partials/edit/form", :forum_post => @forum_post %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<h1>New Forum Post</h1>
|
||||
<% end %>
|
||||
|
||||
<%= render "form", :forum_post => @forum_post %>
|
||||
<%= render "forum_posts/partials/new/form", :forum_post => @forum_post %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user