frontend: change exercice border coloration when solved or bonus are active

This commit is contained in:
nemunaire 2018-12-10 00:28:34 +01:00
commit 03e3bb8118
3 changed files with 10 additions and 8 deletions

View file

@ -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>