This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Use edit template for displaying errors in update.
closed-social-glitch-2
David Yip
7 years ago
parent
d03b48cea0
commit
d5c8ebe205
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/controllers/settings/keyword_mutes_controller.rb
+ 1
- 1
app/controllers/settings/keyword_mutes_controller.rb
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
Write
Preview
Loading…
Cancel
Save