scinote-web/app/views/protocol_importers/templates/_amount.html.erb
2019-06-17 12:24:09 +02:00

5 lines
259 B
Plaintext

<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 } %>