frontend: change exercice border coloration when solved or bonus are active
This commit is contained in:
parent
6f5d7828db
commit
03e3bb8118
3 changed files with 10 additions and 8 deletions
|
|
@ -11,8 +11,8 @@
|
|||
{{ exercice.title }}
|
||||
</a>
|
||||
<span ng-if="!my.exercices[k]">
|
||||
{{ exercice.title }}
|
||||
<span class="glyphicon glyphicon-lock" aria-hidden="true" title="Vous n'avez pas encore accès à ce défi"></span>
|
||||
{{ exercice.title }}
|
||||
</span>
|
||||
<a ng-href="/tags/{{tag}}" class="badge badge-pill badge-secondary ml-1 float-right" ng-repeat="tag in themes[current_theme].exercices[k].tags">#{{tag}}</a>
|
||||
<span class="glyphicon glyphicon-ok" aria-hidden="true" ng-if="(my.team_id && my.exercices[k].solved)"></span>
|
||||
|
|
|
|||
Reference in a new issue