mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +08:00
SCI-6302 change snapshot permission helper name
This commit is contained in:
parent
2264bc200d
commit
c63ae86e4b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if @repository.present? && live_items_present && can_create_my_module_repository_snapshot?(@my_module) %>
|
<% if @repository.present? && live_items_present && can_create_my_module_repository_snapshots?(@my_module) %>
|
||||||
<div class="create-snapshot-item">
|
<div class="create-snapshot-item">
|
||||||
<p class="info <%= 'hidden' unless @repository_snapshots.blank? %>">
|
<p class="info <%= 'hidden' unless @repository_snapshots.blank? %>">
|
||||||
<%= t('my_modules.repository.snapshots.full_view.no_snapshots_label') %>
|
<%= t('my_modules.repository.snapshots.full_view.no_snapshots_label') %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue