mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-21 15:14:14 +08:00
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:
commit
c2e8abb4a4
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue