Fix test
This commit is contained in:
parent
d35fa72842
commit
2d4d0fd8b5
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ module ThemeHelper
|
|||
def custom_stylesheet
|
||||
if active_custom_stylesheet.present?
|
||||
stylesheet_link_tag(
|
||||
custom_css_path(active_custom_stylesheet),
|
||||
"/css/#{active_custom_stylesheet}.css", # custom_css_path(active_custom_stylesheet),
|
||||
host: root_url,
|
||||
media: :all,
|
||||
skip_pipeline: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue