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