mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
4 lines
298 B
Text
4 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 } %>
|