mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 23:28:08 +01:00
Use edit template for displaying errors in update.
This commit is contained in:
parent
d03b48cea0
commit
d5c8ebe205
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Settings::KeywordMutesController < ApplicationController
|
|||
if @keyword_mute.update(keyword_mute_params)
|
||||
redirect_to settings_keyword_mutes_path, notice: I18n.t('generic.changes_saved_msg')
|
||||
else
|
||||
render :new
|
||||
render :edit
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue