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 custom emojis index (
#5006
)
master
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
dce869dfc7
commit
1664e52cbb
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
@ -3,7 +3,7 @@
module
Admin
class
CustomEmojisController
<
BaseController
def
index
@custom_emojis
=
CustomEmoji
.
where
(
uri
:
nil
)
@custom_emojis
=
CustomEmoji
.
where
(
domain
:
nil
)
end
def
new
Write
Preview
Loading…
Cancel
Save