mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-11 01:50:18 +08:00
Merge pull request #5097 from artoscinote/ma_SCI_8092
Fix title for archived protocols table [SCI-8092]
This commit is contained in:
commit
9b8c5d6648
1 changed files with 1 additions and 1 deletions
|
@ -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') %>
|
||||
|
|
Loading…
Reference in a new issue