summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates/public/update.html.erb
blob: 5ea277ad3f857c986face5c9c6df5e190f0e1396 (plain)
1
2
3
4
5
6
7
8
9
<div class="article">
  <h2 class="headline"><%= @page.title %></h2>
  <div class="author_and_date"><%= date_for_page @page %>, <%= @page.user.try(:login) %></div>
  <div class="abstract"><p><%= sanitize( @page.abstract )%></p></div>
  <div id="headline_image"><%= headline_image %></div>
  <div class="body"><%= aggregate?(@page.body) %></div>
</div>

<%= will_paginate(@content_collection) if @content_collection %>