scinote-web/app/views/layouts/reports/footer_header.html.erb
Soufiane 351ba06840
FIX: new relic CSP [SCI-8118][SCI-8119] (#5430)
Switch to newRelic manual browser agent using a nonce [SCI-8118][SCI-8119]
2023-05-18 14:20:20 +02:00

12 lines
311 B
Plaintext

<!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>