summaryrefslogtreecommitdiff
path: root/app/views/content/_featured_articles.html.erb
blob: 08f762424995e8762a1094b406ae66a9172c6af0 (plain)
1
2
3
4
5
6
7
8
9
<div id="frontpage_calendar">
  <h2>Featured</h2>
  <ul>
    <% @featured_articles.each do |item| %>
    <li><%= link_to_path item.title, item.path %></li>
    <% end %>
  </ul>
</div>