demarches-normaliennes/app/views/fields/champ_collection_field/_show.html.haml
2022-11-15 16:30:18 +01:00

11 lines
320 B
Text

- if field.data.any?
%table.collection-data{ "aria-labelledby": "page-title" }
%thead
%tr
%td.cell-label Libelle
%td.cell-label Type de champ
%td.cell-label Rempli
%tbody
= render partial: "fields/champ_collection_field/row", collection: field.data, as: :row
- else
Aucun