Merge pull request #2607 from biosistemika/SCI-4674-tehnician-snapshots-permissions

[SCI-4674] Fix a typo
This commit is contained in:
Miha Mencin 2020-05-25 17:30:19 +02:00 committed by GitHub
commit 4b7b3a8622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@
</div>
</div>
<% if can_manage_my_module_repository_snapshots(@my_module) %>
<% if can_manage_my_module_repository_snapshots?(@my_module) %>
<div class="list-group-item text-center hidden">
<a id="setDefaultVersionButton" class="btn btn-primary default-version-button" data-select-path="<%= my_module_select_default_snapshot_path(@my_module) %>">
<%= t('my_modules.repository.snapshots.full_view.set_default_button') %>