2010-02-05 02:53:29 +00:00
|
|
|
<% post_date = WezM::Helpers.parse_post_date(@article) %>
|
2010-02-04 02:37:15 +00:00
|
|
|
<li>
|
|
|
|
<abbr class="calender date" title="<%= post_date.iso8601 %>">
|
|
|
|
<span class="day"><%= post_date.day %></span>
|
|
|
|
<span class="month"><%= post_date.strftime('%b') %></span>
|
|
|
|
<span class="year"><%= post_date.year %></span>
|
|
|
|
</abbr>
|
|
|
|
<p>
|
|
|
|
<strong><a href="<%= @article.reps.first.path %>"><%= @article[:title] %></a></strong>
|
2010-03-29 21:05:41 +00:00
|
|
|
<%= @article[:extra] %>
|
2010-02-04 02:37:15 +00:00
|
|
|
</p>
|
|
|
|
</li>
|