mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-12 01:46:55 +08:00
15 lines
460 B
Text
15 lines
460 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]}" %>
|
|
<% if item[:source] %>
|
|
<%= t('protocol_importers.templates.reagent.link') %>:
|
|
<%= "<a href='#{item[:source]}'>#{item[:source]}</a>" %>
|
|
<% end -%>
|
|
</p>
|
|
<%= render(
|
|
partial: 'protocol_importers/templates/details',
|
|
locals: { item: item }
|
|
)
|
|
%>
|
|
|