removi mol weight from general section

This commit is contained in:
Miha Mencin 2019-07-03 15:16:47 +02:00
parent 012b828708
commit 964e91e1d2

View file

@ -1,6 +1,5 @@
<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 } %>