(A) label (instead of icons) in front of titles of archived elements

This commit is contained in:
Giga Chubinidze 2023-06-19 10:14:13 +04:00
parent 3c2b96a795
commit aa6cc57160

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