Migrated some smaller utilities to BS5.

This commit is contained in:
Jan Böhmer 2022-07-24 22:59:19 +02:00
parent a07c43ea8a
commit d16c01ebe0
9 changed files with 15 additions and 15 deletions

View file

@ -100,7 +100,7 @@
<div class="btn-group">
{{ form_widget(form.save) }}
<button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
<span class="visually-hidden">Toggle Dropdown</span>
</button>
<div class="dropdown-menu">
{{ form_widget(form.save_and_clone, {'attr': {'class': 'dropdown-item'}}) }}