Archived
Changed capitalization of atom feed title.
This commit was merged in pull request #49.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
atom_feed do |feed|
|
atom_feed do |feed|
|
||||||
feed.title @forum.name + "'s Latest threads"
|
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