scinote-web/app/views/layouts/reports/footer_header.html.erb
Soufiane 8b8fd1db42
Fix wicked_pdf asset pipeline [SCI-8684] (#5629)
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
2023-06-21 10:42:27 +02:00

10 lines
201 B
Text

<!doctype html>
<html>
<head>
<meta charset='utf-8' />
</head>
<body>
<%= yield %>
<%= javascript_include_tag wicked_pdf_asset_base64("reports/template_helpers") %>
</body>
</html>