Merge pull request #7321 from tchak/fix-search-action-button
fix(recherche): expert actions should be a menu-button
This commit is contained in:
commit
1434224dd0
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
||||||
%span.icon.edit
|
%span.icon.edit
|
||||||
Modifier
|
Modifier
|
||||||
.dropdown{ data: { controller: 'menu-button' } }
|
.dropdown{ data: { controller: 'menu-button' } }
|
||||||
.button.dropdown-button.procedures-actions-btn{ data: { menu_button_target: 'button' } }
|
%button.button.dropdown-button.procedures-actions-btn{ data: { menu_button_target: 'button' } }
|
||||||
Actions
|
Actions
|
||||||
#actions-menu.dropdown-content.fade-in-down{ data: { menu_button_target: 'menu' } }
|
#actions-menu.dropdown-content.fade-in-down{ data: { menu_button_target: 'menu' } }
|
||||||
%ul.dropdown-items.pl-0
|
%ul.dropdown-items.pl-0
|
||||||
|
|
|
@ -63,10 +63,10 @@
|
||||||
|
|
||||||
- if instructeur_dossier && expert_dossier
|
- if instructeur_dossier && expert_dossier
|
||||||
%td.action-col.follow-col
|
%td.action-col.follow-col
|
||||||
.dropdown
|
.dropdown{ data: { controller: 'menu-button' } }
|
||||||
.button.dropdown-button
|
%button.button.dropdown-button{ data: { menu_button_target: 'button' } }
|
||||||
Actions
|
Actions
|
||||||
.dropdown-content.fade-in-down
|
.dropdown-content{ data: { menu_button_target: 'menu' } }
|
||||||
%ul.dropdown-items
|
%ul.dropdown-items
|
||||||
%li
|
%li
|
||||||
= link_to(instructeur_dossier_path(procedure_id, p.dossier_id)) do
|
= link_to(instructeur_dossier_path(procedure_id, p.dossier_id)) do
|
||||||
|
|
Loading…
Reference in a new issue