Merge pull request #5097 from artoscinote/ma_SCI_8092

Fix title for archived protocols table [SCI-8092]
This commit is contained in:
artoscinote 2023-03-07 15:41:16 +01:00 committed by GitHub
commit 9b8c5d6648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
<div class="content-pane flexible protocols-index <%= @type %>">
<div class="content-header sticky-header">
<div class="title-row">
<% if templates_view_mode_archived? %>
<% if templates_view_mode_archived?(type: @type) %>
<h1>
<i class="fas fa-archive"></i>
<%= t('protocols.index.head_title_archived') %>