From 6b9e12875e0cc30b00cc7308723a8502da52ab2a Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Wed, 15 Jan 2025 13:09:54 +0100 Subject: [PATCH] Fix archived tag in protocol templates [SCI-11417] --- app/views/protocols/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/protocols/show.html.erb b/app/views/protocols/show.html.erb index 0fb6249ad..984f0ede2 100644 --- a/app/views/protocols/show.html.erb +++ b/app/views/protocols/show.html.erb @@ -15,7 +15,7 @@ } %> <% else %> <% if @protocol.archived %> - <%= t('labels.archived')%>  + <%= t('labels.archived')%>  <% end %>
<% if @protocol.in_repository_draft? %>