fix forum post views

This commit is contained in:
r888888888
2013-06-20 16:10:29 -07:00
parent 3150b53146
commit 6de808bd3b
3 changed files with 16 additions and 16 deletions

View File

@@ -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>

View File

@@ -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>