Merge pull request #2496 from betagouv/pj-warning
Add a warning in the attachements part of the form
This commit is contained in:
commit
e9304da275
2 changed files with 12 additions and 0 deletions
|
@ -38,4 +38,11 @@
|
|||
flex-shrink: 0; // Display the button label on a single line
|
||||
}
|
||||
}
|
||||
|
||||
.warning {
|
||||
margin-bottom: 20px;
|
||||
background-color: #f9b91666;
|
||||
padding: 20px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -32,6 +32,11 @@
|
|||
.card-title
|
||||
Pièces jointes
|
||||
|
||||
.warning
|
||||
Pour éviter toute erreur, nous vous conseillons de limiter la taille de chaque pièce jointe à 20 Mo, et de les ajouter une par une, en enregistrant votre
|
||||
= dossier.brouillon? ? "brouillon" : "dossier"
|
||||
après chaque ajout.
|
||||
|
||||
- tpjs.each do |tpj|
|
||||
.pj-input
|
||||
%label{ for: "piece_justificative_#{tpj.id}" }
|
||||
|
|
Loading…
Reference in a new issue