mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-27 15:36:39 +08:00
(A) label (instead of icons) in front of titles of archived elements [SCI-8406]
This commit is contained in:
parent
a27c2b2cd3
commit
3c2b96a795
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
<div class="my-module-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="my_module-name" data-toggle="tooltip" data-placement="bottom" title="<%= @my_module.name %>">
|
||||
<% if @my_module.archived? %>
|
||||
<i class="fas fa-archive" data-view-mode="archived"></i>
|
||||
<% if @my_module.archived_branch? %>
|
||||
<span><%= t('labels.archived')%></span>
|
||||
<% end %>
|
||||
<% if @inline_editable_title_config.present? %>
|
||||
<%= render partial: "shared/inline_editing",
|
||||
|
|
Loading…
Add table
Reference in a new issue