Merge pull request #5619 from G-Chubinidze/gc_SCI_8406

(A) label (instead of icons) in front of titles of archived elements [SCI-8406]
This commit is contained in:
artoscinote 2023-06-19 10:43:00 +02:00 committed by GitHub
commit 8ba08c3797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
<div class="title-row">
<i class="sn-icon sn-icon-navigator sci--layout--navigator-open cursor-pointer p-1.5 border rounded border-sn-light-grey mr-4"></i>
<h1 class="experimnet-name" data-toggle="tooltip" data-placement="bottom" title="<%= @experiment.name %>">
<% if @experiment.archived? %>
<% if @experiment.archived_branch? %>
<span><%= t('labels.archived')%></span>&nbsp;
<% end %>
<% if @inline_editable_title_config.present? %>