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