blob: dfad62a77efa5079bf9341169d4b22b2d5701e4b (
plain)
1
2
3
4
5
6
7
8
|
<div class="article_partial">
<h2><%= 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 %></p>
<div class="teaser_ruler"></div>
</div>
|