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