mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
14 lines
No EOL
340 B
Text
14 lines
No EOL
340 B
Text
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<%= wicked_pdf_stylesheet_link_tag "application" %>
|
|
<%= wicked_pdf_stylesheet_link_tag "reports_pdf" %>
|
|
<%= bootstrap_cdn_link_tag %>
|
|
</head>
|
|
<body class="print-report-body">
|
|
<div class="print-report">
|
|
<%= @html.html_safe %>
|
|
</div>
|
|
</body>
|
|
</html> |