mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 23:25:31 +08:00
Fix assets include in export all report to work on production env
Closes SCI-2902.
This commit is contained in:
parent
c536130cef
commit
097e871228
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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>
|
||||
<title><%= title %></title>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue