Merge pull request #8148 from artoscinote/ma_SCI_11417

Fix archived tag in protocol templates [SCI-11417]
This commit is contained in:
Martin Artnik 2025-01-15 13:45:24 +01:00 committed by GitHub
commit 79937a3ede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
} %>
<% else %>
<% if @protocol.archived %>
<span><%= t('labels.archived')%></span>&nbsp;
<span class="w-14"><%= t('labels.archived')%></span>&nbsp;
<% end %>
<div class="name-readonly-placeholder">
<% if @protocol.in_repository_draft? %>