mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
15 lines
331 B
Text
15 lines
331 B
Text
<style>
|
|
.print-footer {
|
|
line-height: 50px;
|
|
|
|
margin-right: 30px;
|
|
text-align: right;
|
|
}
|
|
</style>
|
|
|
|
<div class="print-footer">
|
|
<p>
|
|
<% Time.zone = user.settings.dig(:time_zone) || 'UTC' %>
|
|
<%= t('projects.reports.new.generate_PDF.generated_on', timestamp: I18n.l(Time.zone.now, format: :full)) %>
|
|
</p>
|
|
</div>
|