Add a warning in the attachements part of the form
This commit is contained in:
parent
acfbba69c6
commit
66af573ca4
2 changed files with 12 additions and 0 deletions
|
@ -38,4 +38,11 @@
|
||||||
flex-shrink: 0; // Display the button label on a single line
|
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
|
.card-title
|
||||||
Pièces jointes
|
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|
|
- tpjs.each do |tpj|
|
||||||
.pj-input
|
.pj-input
|
||||||
%label{ for: "piece_justificative_#{tpj.id}" }
|
%label{ for: "piece_justificative_#{tpj.id}" }
|
||||||
|
|
Loading…
Reference in a new issue