mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
5 lines
298 B
Text
5 lines
298 B
Text
|
<p class="step-description-component-duration"><b><%= t('protocol_importers.templates.duration.title') %></b><br>
|
||
|
<%= "#{item[:name]} #{item[:value]} #{t('protocol_importers.templates.duration.unit')}" %>
|
||
|
</p>
|
||
|
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>
|