blob: 7893fdd91c2a1b6301d99b7c0dabdc7321834f4f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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>
<p><%= headline_image %></p>
<%= aggregate?(@page.body) %>
</div>
<%= will_paginate(@content_collection) if @content_collection %>
|