summaryrefslogtreecommitdiff
path: root/source/_article_summary.html.erb
blob: fbb4cfd2a29b5ddee7912cc22cc181836667fc14 (plain)
1
2
3
4
5
<% article = article_summary %>
<div>
  <h3><%= link_to article.title, article %> <span><%= article.date.strftime('%b %e') %></span></h3>
  <%= article.summary %>
</div>