mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-18 23:21:30 +08:00
20 lines
No EOL
511 B
Text
20 lines
No EOL
511 B
Text
<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 %>
|
|
</style>
|
|
<title><%= title %></title>
|
|
</head>
|
|
<body class='print-report-body'>
|
|
<div class='print-report'>
|
|
<%= content.force_encoding(Encoding::UTF_8).html_safe %>
|
|
</div>
|
|
</body>
|
|
</html> |