db: Add a published attribute, filled by challenge.txt
This commit is contained in:
parent
6b7ed273b7
commit
a28f108b8a
7 changed files with 75 additions and 19 deletions
|
|
@ -103,6 +103,10 @@
|
|||
Taille : <span title="{{ file.size }} octets">{{ file.size | size }}</span> ‐
|
||||
BLAKE2b : <samp title="{{ file.checksum | cksum }}">{{ file.checksum | cksum }}</samp>
|
||||
</div>
|
||||
<div class="col-auto custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" ng-model="file.published" id="f{{file.id}}">
|
||||
<label class="custom-control-label" for="f{{file.id}}">Publié aux équipes</label>
|
||||
</div>
|
||||
<div>
|
||||
Dépend de la validation de :
|
||||
<span ng-if="!file.depends">aucun flag</span>
|
||||
|
|
|
|||
Reference in a new issue