Typo in authorize_interactions_controller.rb (#39376)
This commit is contained in:
parent
5098b8ccc9
commit
640cc39869
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user