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
|
when Status
|
||||||
redirect_to web_url("@#{@resource.account.pretty_acct}/#{@resource.id}")
|
redirect_to web_url("@#{@resource.account.pretty_acct}/#{@resource.id}")
|
||||||
when Collection
|
when Collection
|
||||||
redirect_to web_url("collections/#{resource.id}")
|
redirect_to web_url("collections/#{@resource.id}")
|
||||||
else
|
else
|
||||||
not_found
|
not_found
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user