Typo in authorize_interactions_controller.rb (#39376)

This commit is contained in:
Shlee 2026-06-11 22:35:25 +09:30 committed by GitHub
parent 5098b8ccc9
commit 640cc39869
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ class AuthorizeInteractionsController < ApplicationController
when Status
redirect_to web_url("@#{@resource.account.pretty_acct}/#{@resource.id}")
when Collection
redirect_to web_url("collections/#{resource.id}")
redirect_to web_url("collections/#{@resource.id}")
else
not_found
end