scinote-web/app/views/protocol_importers/templates/_command.html.erb
2019-06-17 12:24:09 +02:00

6 lines
373 B
Plaintext

<p class="step-description-component-command"><b><%= t('protocol_importers.templates.command.title') %></b><br>
<%= "#{t('protocol_importers.templates.command.name')}: #{item[:name]}" %>
<%= "#{t('protocol_importers.templates.command.code')}: <code>#{item[:command]}</code>" %>
</p>
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>