summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMinenash <enderbros.minenash@gmail.com>2017-12-10 12:59:13 -0500
committerGitHub <noreply@github.com>2017-12-10 12:59:13 -0500
commit39fdd402f088fa7572c441d51dd17faa50f937f7 (patch)
tree666098b5bcf443c51fe0a99e5843cf28f2e91d56 /app
parent9ec0a4002718d3cc223708571e0eb6bfdd2b0da9 (diff)
Update show.atom.builder
Diffstat (limited to 'app')
-rw-r--r--app/views/forums/show.atom.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/forums/show.atom.builder b/app/views/forums/show.atom.builder
index cfe80fc..d22e0e6 100644
--- a/app/views/forums/show.atom.builder
+++ b/app/views/forums/show.atom.builder
@@ -1,5 +1,5 @@
atom_feed do |feed|
- feed.title "Latest threads in " + @forum.name
+ feed.title @forum.name + "'s Latest threads"
feed.updated Time.now
@threads.limit(10).each do |thread|