Update show.atom.builder #49
@@ -1,5 +1,5 @@
|
|||||||
atom_feed do |feed|
|
atom_feed do |feed|
|
||||||
feed.title "Latest threads in " + @forum.name
|
feed.title @forum.name + "'s Latest Threads"
|
||||||
feed.updated Time.now
|
feed.updated Time.now
|
||||||
|
|
||||||
@threads.limit(10).each do |thread|
|
@threads.limit(10).each do |thread|
|
||||||
|
|||||||
Reference in New Issue
Block a user