fix(a11y): manu buttons should have unique ids
This commit is contained in:
parent
ad0e57a372
commit
9867bc3947
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
.dropdown.user-dossier-actions{ data: { controller: 'menu-button' } }
|
||||
%button.button.dropdown-button{ data: { menu_button_target: 'button' } }
|
||||
= t('views.users.dossiers.dossier_action.actions')
|
||||
#actions-menu.dropdown-content.fade-in-down{ data: { menu_button_target: 'menu' } }
|
||||
.dropdown-content.fade-in-down{ data: { menu_button_target: 'menu' }, id: dom_id(dossier, :actions_menu) }
|
||||
%ul.dropdown-items
|
||||
- if has_edit_action
|
||||
- if dossier.brouillon?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue