mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 13:16:28 +08:00
8b8fd1db42
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
10 lines
201 B
Text
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>
|