Bläddra i källkod

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

master^2
Takeshi Umeda 4 år sedan
committed by Eugen Rochko
förälder
incheckning
e35636a0d1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      app/controllers/settings/aliases_controller.rb

+ 1
- 1
app/controllers/settings/aliases_controller.rb Visa fil

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



Laddar…
Avbryt
Spara