fix custom CSS loading from port 80 in dev
This commit is contained in:
parent
7e794b1a24
commit
2afd297091
|
@ -39,7 +39,7 @@
|
|||
= render partial: 'layouts/theme', object: @theme
|
||||
|
||||
- if Setting.custom_css.present?
|
||||
= stylesheet_link_tag custom_css_path, host: request.host, media: 'all'
|
||||
= stylesheet_link_tag custom_css_path, media: 'all'
|
||||
|
||||
%body{ class: body_classes }
|
||||
= content_for?(:content) ? yield(:content) : yield
|
||||
|
|
Loading…
Reference in a new issue