scratch/layouts/feed.html
2010-04-16 13:56:24 +02:00

3 lines
173 B
HTML

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