This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix copying emojos: redirect to the page you were on (
#5509
)
master
erin
7 years ago
committed by
unarist
parent
d556be2968
commit
22da775a85
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/admin/custom_emojis_controller.rb
+ 1
- 1
app/controllers/admin/custom_emojis_controller.rb
View File
@ -36,7 +36,7 @@ module Admin
flash
[
:alert
]
=
I18n
.
t
(
'admin.custom_emojis.copy_failed_msg'
)
end
redirect_to
admin_custom_emojis_path
(
params
[
:page
]
)
redirect_to
admin_custom_emojis_path
(
page
:
params
[
:page
]
)
end
def
enable
Write
Preview
Loading…
Cancel
Save