取消启用assets,原因:启用后界面样式不对

dev_chuangbin
sw 11 years ago
parent 49341714ca
commit 77d72039fe

@ -44,7 +44,7 @@ module RedmineApp
config.filter_parameters += [:password]
# Enable the asset pipeline
config.assets.enabled = true
config.assets.enabled = false
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'

Loading…
Cancel
Save