mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
7 lines
419 B
Text
7 lines
419 B
Text
|
<p class="step-description-component-software"><b><%= t('protocol_importers.templates.software.title') %></b><br>
|
||
|
<%= "#{t('protocol_importers.templates.software.name')}: #{item[:name]}" %>
|
||
|
<%= "#{t('protocol_importers.templates.software.link')}: #{ActionController::Base.helpers.link_to(item[:source], item[:source])}" %>
|
||
|
</p>
|
||
|
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>
|
||
|
|