scratch/layouts/feed.html

4 lines
187 B
HTML
Raw Normal View History

-----
-----
2010-05-09 12:53:46 +00:00
<% language=@item_rep.path.sub(/\/Scratch\//,'').sub(/\/.*$/,'') %><%= atom_feed({:articles => articles.select { |a| a.reps[0].path =~ /\/#{language}\// }, :limit => 40 }) %>