scinote-web/app/views/team_zip_exports/report.html.erb
2018-12-12 11:15:16 +01:00

14 lines
No EOL
321 B
Text

<html>
<head>
<meta charset="utf-8">
<style type="text/css">
<%= Rails.application.assets['application.css'].to_s.html_safe %>
</style>
<title><%= title %></title>
</head>
<body class='print-report-body'>
<div class='print-report'>
<%= content.html_safe %>
</div>
</body>
</html>