scinote-web/app/views/team_zip_exports/report.html.erb

20 lines
511 B
Plaintext
Raw Normal View History

2018-12-12 18:15:16 +08:00
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
<%= Rails.application
.assets_manifest
.find_sources('application.css')
.first
.to_s
.force_encoding(Encoding::UTF_8)
.html_safe %>
2018-12-12 18:15:16 +08:00
</style>
<title><%= title %></title>
</head>
<body class='print-report-body'>
<div class='print-report'>
<%= content.force_encoding(Encoding::UTF_8).html_safe %>
2018-12-12 18:15:16 +08:00
</div>
</body>
</html>