mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
Merge pull request #114 from ZmagoD/zd_SCI_294_vol2
fixes reports file name [fixes SCI-294]
This commit is contained in:
commit
375a72db18
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<span class="glyphicon <%= icon_class %>"></span>
|
||||
</div>
|
||||
<div class="pull-left file-name">
|
||||
<em><%=t 'projects.reports.elements.step_asset.file_name', file: truncate( asset.file_file_name, length: 50 ) %></em>
|
||||
<em><%=t 'projects.reports.elements.step_asset.file_name', file: truncate( asset.file_file_name, length: 40 ) %></em>
|
||||
</div>
|
||||
<div class="pull-left user-time">
|
||||
<%=t 'projects.reports.elements.step_asset.user_time', timestamp: l(timestamp, format: :full) %>
|
||||
|
|
Loading…
Reference in a new issue