summaryrefslogtreecommitdiff
path: root/app/views/search/_search_result.html.erb
blob: 14898a25d45b5c65e2f0cc36882295ec88d27a87 (plain)
1
2
3
4
5
6
<% if node.head %>
<div class="article_partial">
    <h2 class="headline"><%= link_to node.head.title, content_path(node.unique_path) %></h2>
    <p class="excerpt"><%= node.head.abstract %></p>
</div>
<% end %>