mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 11:14:24 +08:00
Fix markup
This commit is contained in:
parent
a7fac38fcb
commit
f8c6d9f260
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<% else %>
|
||||
<em><%=t 'projects.reports.elements.step_asset.file_name',
|
||||
file: truncate(asset.file_name,
|
||||
length: Constants::FILENAME_TRUNCATION_LENGTH) -%></em>
|
||||
length: Constants::FILENAME_TRUNCATION_LENGTH) %></em>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="pull-left user-time">
|
||||
|
|
Loading…
Reference in a new issue