Merge pull request #4705 from aignatov-bio/ai-sci-7583-fix-protocol-id-on-task-page

Fix protocol id on task page [SCI-7583]
This commit is contained in:
aignatov-bio 2022-12-09 14:07:20 +01:00 committed by GitHub
commit c2e8abb4a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
<%= @protocol.parent&.name || @protocol.name %>
</h2>
<div class="protocol-header-info">
<span>ID: <%= @protocol.code %></span>
<span>ID: <%= @protocol.parent&.code || @protocol.code %></span>
</div>
</div>
<div class="dropdown-body">