mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-22 23:48:18 +08:00
15 lines
384 B
Text
15 lines
384 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 %>
|
|
<%= font_awesome_cdn_link_tag %>
|
|
</head>
|
|
<body class="print-report-body">
|
|
<div class="print-report">
|
|
<%= sanitize_input(@html) %>
|
|
</div>
|
|
</body>
|
|
</html>
|