]> cat aescling's git repositories - mastodon.git/commit
Add batch actions and categories to admin UI for custom emojis (#11793)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 9 Sep 2019 20:44:17 +0000 (22:44 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2019 20:44:17 +0000 (22:44 +0200)
commit1110ea1a9162d5488e1ed5dbccd0803618e713f8
tree4b1de5692c879f6345d8a4f2bf93feaa54c7a45d
parent14d4a783cda4dd58e61bace172c3bebbe01d2ece
Add batch actions and categories to admin UI for custom emojis (#11793)
app/controllers/admin/custom_emojis_controller.rb
app/javascript/styles/mastodon/tables.scss
app/models/custom_emoji.rb
app/models/custom_emoji_category.rb
app/models/custom_emoji_filter.rb
app/models/form/custom_emoji_batch.rb [new file with mode: 0644]
app/views/admin/custom_emojis/_custom_emoji.html.haml
app/views/admin/custom_emojis/index.html.haml
config/locales/en.yml
config/routes.rb
spec/controllers/admin/custom_emojis_controller_spec.rb