mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
15 lines
484 B
Text
15 lines
484 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]}" %> <br />
|
|
<% if item[:link].present? %>
|
|
<%= t('protocol_importers.templates.reagent.link') %>:
|
|
<a href="<%= item[:link] %>" target="_blank"><%= item[:link] %></a>
|
|
<% end %>
|
|
</p>
|
|
<%= render(
|
|
partial: 'protocol_importers/templates/details',
|
|
locals: { item: item }
|
|
)
|
|
%>
|
|
|