mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 10:54:30 +08:00
Merge pull request #3699 from biosistemika/SCI-6302-fix-snapshot-permission-helper-name
SCI-6302 change snapshot permission helper name
This commit is contained in:
commit
46211ae60d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<% 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">
|
||||
<p class="info <%= 'hidden' unless @repository_snapshots.blank? %>">
|
||||
<%= t('my_modules.repository.snapshots.full_view.no_snapshots_label') %>
|
||||
|
|
Loading…
Add table
Reference in a new issue