refactoring views
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= render :partial => "forum_posts/listing", :locals => {:forum_posts => @forum_posts} %>
|
||||
<%= render "forum_posts/listing", :forum_posts => @forum_posts %>
|
||||
<%= render "paginator" %>
|
||||
</div>
|
||||
</div>
|
||||
@@ -14,5 +14,5 @@
|
||||
<%= render "secondary_links" %>
|
||||
|
||||
<%= content_for(:page_title) do %>
|
||||
forum/<%= @forum_topic.title %>
|
||||
forum/<%= @forum_topic.title %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user