* Add: #883 管理者の設定したカスタムCSSをユーザー単位で無効にするオプション * ラベル変更
This commit is contained in:
parent
b30086dc6b
commit
943db145e4
12 changed files with 56 additions and 14 deletions
|
@ -94,6 +94,7 @@ Rails.application.routes.draw do
|
|||
get 'manifest', to: 'manifests#show', defaults: { format: 'json' }
|
||||
get 'intent', to: 'intents#show'
|
||||
get 'custom.css', to: 'custom_css#show', as: :custom_css
|
||||
get 'system.css', to: 'system_css#show', as: :system_css
|
||||
get 'user_custom.css', to: 'user_custom_css#show', as: :user_custom_css
|
||||
|
||||
get 'remote_interaction_helper', to: 'remote_interaction_helper#index'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue