blob: 1822491bb27ca23366d3c1bfd3a84db6863f43d7 (
plain)
1
2
3
4
5
6
7
8
9
|
<div class="article">
<h2><%= @page.title %></h2>
<h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3>
<hr class="subtitle" />
<p><em><%= @page.abstract %></em></p>
<%= aggregate?(@page.body) %>
</div>
<p><%= will_paginate(@content_collection) if @content_collection %></p>
|