Use edit template for displaying errors in update.

This commit is contained in:
David Yip 2017-10-24 18:56:44 -05:00
parent d03b48cea0
commit d5c8ebe205
1 changed files with 1 additions and 1 deletions

View File

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