mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Fix archived tag in protocol templates [SCI-11417]
This commit is contained in:
parent
cc21b02f01
commit
6b9e12875e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
} %>
|
||||
<% else %>
|
||||
<% if @protocol.archived %>
|
||||
<span><%= t('labels.archived')%></span>
|
||||
<span class="w-14"><%= t('labels.archived')%></span>
|
||||
<% end %>
|
||||
<div class="name-readonly-placeholder">
|
||||
<% if @protocol.in_repository_draft? %>
|
||||
|
|
Loading…
Reference in a new issue