summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates/public/update.html.erb
blob: f460f6213dde5dec361284c0a3876dc97afd7db7 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="article" lang="<%= @page.effective_lang %>">
  <h2 class="headline"><%= @page.title %></h2>
  <div class="author_and_date"><%= date_and_time_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>
  <%= render partial: 'content/asset_credits' %>
</div>

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