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
Showing
- app/controllers/admin/custom_emojis_controller.rb 34 additions, 0 deletionsapp/controllers/admin/custom_emojis_controller.rb
- app/services/block_domain_service.rb 9 additions, 0 deletionsapp/services/block_domain_service.rb
- app/views/admin/custom_emojis/_custom_emoji.html.haml 7 additions, 0 deletionsapp/views/admin/custom_emojis/_custom_emoji.html.haml
- app/views/admin/custom_emojis/index.html.haml 14 additions, 0 deletionsapp/views/admin/custom_emojis/index.html.haml
- app/views/admin/custom_emojis/new.html.haml 12 additions, 0 deletionsapp/views/admin/custom_emojis/new.html.haml
- config/locales/en.yml 12 additions, 0 deletionsconfig/locales/en.yml
- config/navigation.rb 1 addition, 0 deletionsconfig/navigation.rb
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
Loading
Please register or sign in to comment