aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss2html/views/item.html.erb
blob: 9e7a2fe2cc2a1f1600de491ae35a1a9f78e3c9b6 (plain) (blame)
1
2
3
4
5
6
7
  <article>
    <header>
      <section class="meta"><%= pretty_date(item.date) %><br><%= pretty_url(item.url) %></section>
      <h1><a href="<%= item.url %>"><%= item.title %></a></h1>
    </header>
    <section class="summary"><%= item.summary %></summary>
  </article>