demarches-normaliennes/app/views/instructeurs/dossiers/pieces_jointes.html.haml
2024-10-11 10:41:03 +02:00

8 lines
295 B
Text

- content_for(:title, "Pièces jointes")
= render partial: "header", locals: { dossier: @dossier }
.fr-container
.gallery.gallery-pieces-jointes{ "data-controller": "lightbox" }
- @gallery_attachments.each do |attachment|
= render Attachment::GalleryItemComponent.new(attachment:)