summaryrefslogtreecommitdiff
path: root/source/_article_summary.html.erb
blob: 153875c2a0f0768a4f17c2f8828b3455c1fa447d (plain)
1
2
3
4
5
6
7
<% article = article_summary %>
<div>
  <h3><%= link_to article.title, article %> <span><%= article.date.strftime('%b %e') %></span></h3>
  <p>
    <%= article_paragraphs(article).first %> <%= link_to "Mehr >>", article %>
  </p>
</div>