Skip to content

Commit

Permalink
Merge pull request #11130 from demarches-simplifiees/etq-instructeur-…
Browse files Browse the repository at this point in the history
…fix-submit-button

ETQ instructeur : fix submit button on order position page
  • Loading branch information
LeSim authored Dec 10, 2024
2 parents bd185b4 + 941cfe8 commit fac38c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%p Déplacez les démarches dans la liste pour les classer en fonction de vos préférences :

%fr-container{ data: { controller: 'move-procedures-position' } }
= form_tag update_order_positions_instructeur_procedures_path, method: :patch do
= form_tag update_order_positions_instructeur_procedures_path, method: :patch, id: 'order-instructeur-procedures-form' do
- @procedures.each do |procedure|
.fr-card.fr-mb-1w.fr-py-1w.fr-px-2w
.flex.align-center
Expand Down

0 comments on commit fac38c5

Please sign in to comment.