0
0
Fork 0

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
This commit is contained in:
Eugen Rochko 2017-09-19 03:52:38 +02:00 committed by GitHub
parent d43944143a
commit 09a94b575e
8 changed files with 91 additions and 0 deletions

View file

@ -136,6 +136,8 @@ Rails.application.routes.draw do
resources :users, only: [] do
resource :two_factor_authentication, only: [:destroy]
end
resources :custom_emojis, only: [:index, :new, :create, :destroy]
end
get '/admin', to: redirect('/admin/settings/edit', status: 302)