summaryrefslogtreecommitdiff
path: root/app/views/custom/partials/_article.html.erb
blob: 433c31c8b3db66dfd34529dbaf7614a9b1ded87f (plain)
1
2
3
4
5
6
7
<div class="article_partial">
  <h2 class="headline"><%= link_to_path page.title, page.node.unique_name %></h2>
  <div class="author_and_date">
    <%= date_for_page page %>, <%= author_for_page page %>
  </div>
  <p class="excerpt"><%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %></p>
</div>