Skip to content
Snippets Groups Projects
Unverified Commit cbb0153b authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix invalid/empty RSS feed link on account pages (#20772)

Fixes #20770
parent 7fdeed5f
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ class AccountsController < ApplicationController
respond_to do |format|
format.html do
expires_in 0, public: true unless user_signed_in?
@rss_url = rss_url
end
format.rss do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment