refactor(instructeur): instruction menu as component

This commit is contained in:
Colin Darie 2023-04-18 15:09:02 +02:00
parent a85e10582d
commit 3c4ea6f8cf
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
7 changed files with 140 additions and 54 deletions

View file

@ -10,4 +10,4 @@
turbo: true }
%li.instruction-button
= render partial: "instruction_button", locals: { dossier: dossier }
= render Instructeurs::InstructionMenuComponent.new(dossier:)