mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 16:24:27 +08:00
Merge pull request #4593 from aignatov-bio/ai-sci-7428-hide-active-reminders-checkbox
Hide active reminders, if stock management disabled [SCI-7428]
This commit is contained in:
commit
c32bf690ba
1 changed files with 15 additions and 13 deletions
|
@ -48,6 +48,7 @@
|
|||
|
||||
<!-- RIGHT TOOLBAR BLOCK -->
|
||||
<div class="toolbar-right-block">
|
||||
<% if RepositoryBase.stock_management_enabled? %>
|
||||
<div class="active-reminders-filter"
|
||||
title="<%= t('repositories.index.active_reminders.description') %>"
|
||||
data-checked-title="<%= t('repositories.index.active_reminders.checked_description') =%>"
|
||||
|
@ -62,6 +63,7 @@
|
|||
<span class="active-reminders-short-label"><%= t('repositories.index.active_reminders.short_label') %></span>
|
||||
</span>
|
||||
</div>
|
||||
<% end %>
|
||||
<div class="toolbar-filters"></div>
|
||||
<% if @repository.is_a?(BmtRepository) %>
|
||||
<div class="toolbar-bmt-filters">
|
||||
|
|
Loading…
Reference in a new issue