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