This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/discussions/show.rhtml

15 lines
384 B
Plaintext
Raw Normal View History

<%= render :partial => 'pages/page' %>
<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 -%>