mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge pull request #1429 from Ducz0r/lm-sci-2902-fix-2
Fix assets include in export all report to work on production env [SCI-2902]
This commit is contained in:
commit
cb1cfe2ef3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<%= Rails.application.assets['application.css'].to_s.html_safe %>
|
<%= Rails.application.assets_manifest.find_sources('application.css').first.to_s.html_safe %>
|
||||||
</style>
|
</style>
|
||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue