]> cat aescling's git repositories - mastodon.git/commit
Admin interface for listing, adding and removing custom emojis (#5002)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 19 Sep 2017 01:52:38 +0000 (03:52 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2017 01:52:38 +0000 (03:52 +0200)
commit09a94b575e90dc7f6e179a1ec717156e725f915a
treef7b3ccd6e4e7fe91ce9e86c649345ee0c83bfbfa
parentd43944143af079017c494f046aa171b797f5e680
Admin interface for listing, adding and removing custom emojis (#5002)

* Admin interface for listing, adding and removing custom emojis

* Only display local ones in the list
app/controllers/admin/custom_emojis_controller.rb [new file with mode: 0644]
app/services/block_domain_service.rb
app/views/admin/custom_emojis/_custom_emoji.html.haml [new file with mode: 0644]
app/views/admin/custom_emojis/index.html.haml [new file with mode: 0644]
app/views/admin/custom_emojis/new.html.haml [new file with mode: 0644]
config/locales/en.yml
config/navigation.rb
config/routes.rb