mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
17 lines
455 B
Text
17 lines
455 B
Text
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<%= wicked_pdf_stylesheet_link_tag "application" %>
|
|
<%= wicked_pdf_stylesheet_link_tag "reports_pdf" %>
|
|
<%= bootstrap_cdn_link_tag %>
|
|
<%= font_awesome_cdn_link_tag %>
|
|
</head>
|
|
<body class="print-footer-body" style="height: 50px">
|
|
<div class="print-footer">
|
|
<p>
|
|
<%= t('projects.reports.new.generate_PDF.generated_on', timestamp: current_time) %>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|