Skip to content
Snippets Groups Projects
Commit e35636a0 authored by Takeshi Umeda's avatar Takeshi Umeda Committed by Eugen Rochko
Browse files

Fixed an error in the aliases template of the aliases controller (#11902)

parent 1caa823d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class Settings::AliasesController < Settings::BaseController
if @alias.save
redirect_to settings_aliases_path, notice: I18n.t('aliases.created_msg')
else
render :show
render :index
end
end
......
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