Browse Source

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

pull/4/head
Takeshi Umeda 4 years ago
committed by Eugen Rochko
parent
commit
e35636a0d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/settings/aliases_controller.rb

+ 1
- 1
app/controllers/settings/aliases_controller.rb View File

@ -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

Loading…
Cancel
Save