scinote-web/app/views/reports/report.pdf.erb

16 lines
378 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<!doctype html>
<html>
<head>
<meta charset='utf-8' />
<%= wicked_pdf_stylesheet_link_tag "application" %>
<%= wicked_pdf_stylesheet_link_tag "reports_pdf" %>
2016-07-21 19:11:15 +08:00
<%= bootstrap_cdn_link_tag %>
<%= font_awesome_cdn_link_tag %>
2016-02-12 23:52:43 +08:00
</head>
<body class="print-report-body">
<div class="print-report">
<%= @html.html_safe %>
</div>
</body>
</html>