mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
14 lines
No EOL
321 B
Text
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> |