This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2007-11-28 01:17:25 -05:00
|
|
|
<%= render :partial => 'pages/page' %>
|
2007-11-27 20:09:41 -05:00
|
|
|
|
2007-11-28 01:17:25 -05:00
|
|
|
<ol id="comments" class="comments">
|
|
|
|
<%= render :partial => 'discussion', :collection => @discussions %>
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
<%= render :partial => 'shared/pagination_links' %>
|
|
|
|
|
|
|
|
<% if @page.allow_discussions? -%>
|
|
|
|
<%= render :partial => 'discussion_form' %>
|
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
<% content_for 'sidebar' do -%>
|
|
|
|
<%= page_or_parent_link(@page) -%><br />
|
|
|
|
<% end -%>
|