fix(recherche): expert actions should be a menu-button

This commit is contained in:
Paul Chavard 2022-05-16 09:33:04 +02:00
parent 72e5adc694
commit e193c652e7

View file

@ -63,10 +63,10 @@
- if instructeur_dossier && expert_dossier
%td.action-col.follow-col
.dropdown
.button.dropdown-button
.dropdown{ data: { controller: 'menu-button' } }
%button.button.dropdown-button{ data: { menu_button_target: 'button' } }
Actions
.dropdown-content.fade-in-down
.dropdown-content{ data: { menu_button_target: 'menu' } }
%ul.dropdown-items
%li
= link_to(instructeur_dossier_path(procedure_id, p.dossier_id)) do