scratch/layouts/feed.html
2010-03-30 16:39:12 +02:00

4 lines
170 B
HTML

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