mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 23:21:30 +08:00
351ba06840
Switch to newRelic manual browser agent using a nonce [SCI-8118][SCI-8119]
11 lines
311 B
Text
11 lines
311 B
Text
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<%= javascript_include_tag wicked_pdf_asset_base64("reports/template_helpers") %>
|
|
</head>
|
|
<body id="reports-footer-header-template">
|
|
<%= javascript_include_tag 'reports/template_helpers', nonce: true %>
|
|
<%= yield %>
|
|
</body>
|
|
</html>
|