mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
10 lines
210 B
Text
10 lines
210 B
Text
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<%= wicked_pdf_javascript_include_tag "reports/template_helpers" %>
|
|
</head>
|
|
<body onload="pageNumbers()">
|
|
<%= yield %>
|
|
</body>
|
|
</html>
|