Display challenge date in header instead of clock if team 0
This commit is contained in:
parent
6133498165
commit
09e726564f
5 changed files with 11 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<hr ng-show="!(my.exercices[current_exercice].hint)">
|
||||
<ul>
|
||||
<li><strong>Gain :</strong> {{ themes[current_theme].exercices[current_exercice].gain }} points</li>
|
||||
<li><strong>Résolu par :</strong> {{ themes[current_theme].exercices[current_exercice].solved }} équipes jusqu'à présent</li>
|
||||
<li><strong>Résolu par :</strong> {{ themes[current_theme].exercices[current_exercice].solved }} équipes</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Reference in a new issue