scratch/layouts/feed.html
2010-05-09 14:53:46 +02:00

3 lines
187 B
HTML

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