mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
16 lines
331 B
Text
16 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>
|