summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates/public/update.html.erb
blob: d5995ace98f8bb205e972948b284da91c46e3668 (plain)
1
2
3
4
5
6
7
8
9
<div class="article" lang="<%= @page.effective_lang %>">
  <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 %>