We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecc5fa commit 14a8134Copy full SHA for 14a8134
app/views/tasks/show.html.slim
@@ -524,7 +524,7 @@
524
= t('common.button.download_zip')
525
- else
526
.disabled-btn-wrapper data-bs-toggle='tooltip' title=t('.not_proforma_valid', version: '')
527
- = button_tag class: 'btn btn-light dropdown-toggle disabled', 'data-bs-toggle': 'dropdown' do
+ = button_tag class: 'btn btn-light dropdown-toggle disabled', data: {bs_toggle: 'dropdown'} do
528
529
ul.scrollable.dropdown-menu role='menu'
530
li.dropdown-header = "#{t('common.button.available_versions')}: "
0 commit comments