Merge pull request #9507 from demarches-simplifiees/9449-signature-groupe-instructeur

9449 ETQ instructeur ou admin, je peux apposer sur une attestation un tampon dédié à un groupe instructeur
This commit is contained in:
krichtof 2023-09-29 14:20:46 +00:00 committed by GitHub
commit 428ae4a45a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 258 additions and 76 deletions

View file

@ -23,7 +23,7 @@
%p.fr-hint-text.fr-mb-1w
- if max_file_size.present?
= t('.max_file_size', max_file_size: number_to_human_size(max_file_size))
- if allowed_formats
- if allowed_formats.present?
= t('.allowed_formats', formats: allowed_formats.join(', '))