2019-07-03 21:32:55 +08:00
|
|
|
<p class="step-description-component-reagent">
|
|
|
|
<b><%= t('protocol_importers.templates.reagent.title') %></b>
|
|
|
|
<br/>
|
2019-07-08 23:22:29 +08:00
|
|
|
<%= "#{t('protocol_importers.templates.reagent.name')}: #{item[:name]}" %> <br />
|
|
|
|
<% if item[:link].present? %>
|
2019-07-03 21:32:55 +08:00
|
|
|
<%= t('protocol_importers.templates.reagent.link') %>:
|
2019-07-08 23:22:29 +08:00
|
|
|
<a href="<%= item[:link] %>" target="_blank"><%= item[:link] %></a>
|
|
|
|
<% end %>
|
2019-06-03 18:42:15 +08:00
|
|
|
</p>
|
2019-07-03 21:32:55 +08:00
|
|
|
<%= render(
|
|
|
|
partial: 'protocol_importers/templates/details',
|
|
|
|
locals: { item: item }
|
|
|
|
)
|
|
|
|
%>
|
2019-06-03 18:42:15 +08:00
|
|
|
|