mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #2307 from alxndr/latest-topics-rss-title-tweak
change title in Latest Topics RSS feed title
This commit is contained in:
commit
4025591a1d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class ListController < ApplicationController
|
|||
define_method("#{filter}_feed") do
|
||||
discourse_expires_in 1.minute
|
||||
|
||||
@title = "#{filter.capitalize} Topics"
|
||||
@title = "#{SiteSetting.title} - #{I18n.t("rss_description.#{filter}")}"
|
||||
@link = "#{Discourse.base_url}/#{filter}"
|
||||
@description = I18n.t("rss_description.#{filter}")
|
||||
@atom_link = "#{Discourse.base_url}/#{filter}.rss"
|
||||
|
|
Loading…
Reference in a new issue