mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-24 14:05:32 +08:00
coding style fixes
This commit is contained in:
parent
964e91e1d2
commit
5a437c0a0f
1 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,15 @@
|
||||||
<p class="step-description-component-reagent"><b><%= t('protocol_importers.templates.reagent.title') %></b><br/>
|
<p class="step-description-component-reagent">
|
||||||
|
<b><%= t('protocol_importers.templates.reagent.title') %></b>
|
||||||
|
<br/>
|
||||||
<%= "#{t('protocol_importers.templates.reagent.name')}: #{item[:name]}" %>
|
<%= "#{t('protocol_importers.templates.reagent.name')}: #{item[:name]}" %>
|
||||||
<%= "#{t('protocol_importers.templates.reagent.link')}: <a href='#{item[:source]}'>#{item[:source]}</a>" if item[:source] %>
|
<% if item[:source] %>
|
||||||
|
<%= t('protocol_importers.templates.reagent.link') %>:
|
||||||
|
<%= "<a href='#{item[:source]}'>#{item[:source]}</a>" %>
|
||||||
|
<% end -%>
|
||||||
</p>
|
</p>
|
||||||
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>
|
<%= render(
|
||||||
|
partial: 'protocol_importers/templates/details',
|
||||||
|
locals: { item: item }
|
||||||
|
)
|
||||||
|
%>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue