Fix archived tag in protocol templates [SCI-11417]

This commit is contained in:
Martin Artnik 2025-01-15 13:09:54 +01:00
parent cc21b02f01
commit 6b9e12875e

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? %>