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

th-downstream
Takeshi Umeda 5 years ago committed by Eugen Rochko
parent f3917e433b
commit 74e4abcebc

@ -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…
Cancel
Save