mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-22 04:55:42 +08:00
removi mol weight from general section
This commit is contained in:
parent
012b828708
commit
964e91e1d2
1 changed files with 0 additions and 1 deletions
|
@ -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 } %>
|
||||
|
|
Loading…
Add table
Reference in a new issue