scinote-web/app/views/team_zip_exports/report.html.erb
2018-12-18 09:10:55 +01:00

14 lines
349 B
Plaintext

<html>
<head>
<meta charset="utf-8">
<style type="text/css">
<%= Rails.application.assets_manifest.find_sources('application.css').first.to_s.html_safe %>
</style>
<title><%= title %></title>
</head>
<body class='print-report-body'>
<div class='print-report'>
<%= content.html_safe %>
</div>
</body>
</html>