scinote-web/app/views/reports/report.pdf.erb
2016-07-21 13:11:15 +02:00

14 lines
340 B
Plaintext

<!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>