mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 21:03:27 +00:00
Fixed an error in the aliases template of the aliases controller (#11902)
This commit is contained in:
parent
1caa823d06
commit
e35636a0d1
|
@ -17,7 +17,7 @@ class Settings::AliasesController < Settings::BaseController
|
||||||
if @alias.save
|
if @alias.save
|
||||||
redirect_to settings_aliases_path, notice: I18n.t('aliases.created_msg')
|
redirect_to settings_aliases_path, notice: I18n.t('aliases.created_msg')
|
||||||
else
|
else
|
||||||
render :show
|
render :index
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue