8 lines
295 B
Text
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:)
|