Pārlūkot izejas kodu

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

master^2
Takeshi Umeda pirms 4 gadiem
committed by Eugen Rochko
vecāks
revīzija
e35636a0d1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      app/controllers/settings/aliases_controller.rb

+ 1
- 1
app/controllers/settings/aliases_controller.rb Parādīt failu

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



Notiek ielāde…
Atcelt
Saglabāt