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:
Miha Mencin 2021-11-24 15:27:26 +01:00 committed by GitHub
commit 46211ae60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') %>