layouts/project_updates.erb
1 2 3 4 5 6 7 8 9 10
----- filters_pre: - erb - redcloth ----- <h3>Latest Updates</h3> <ul><% articles_tagged_with(@tag).each do |a| %><%= render 'dated_article', :article => a %><% end %></ul>