mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 13:46:21 +08:00
Add empty space in PDF report after asset link [SCI-7660] (#4940)
This commit is contained in:
parent
5a93cd1a12
commit
c2fcba729a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<div class="user-time">
|
||||
<%= t('projects.reports.elements.step_asset.user_time', timestamp: l(timestamp, format: :full)) %>
|
||||
<%= t('projects.reports.elements.step_asset.user_time', timestamp: l(timestamp, format: :full)) %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="report-element-body">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue