admin: secondary formating

This commit is contained in:
nemunaire 2018-12-08 03:35:52 +01:00
commit 85658bb3c6
4 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
<h2>{{ team.name }} <small>{{ teams[my.team_id].rank }}/{{ nb_teams }} &ndash; <ng-pluralize count="my.score" when="{'one': '{}&nbsp;point', 'other': '{}&nbsp;points'}"></ng-pluralize></small></h2>
<div class="row">
<div class="col-md" ng-repeat="(tid,theme) in themes">
<h4 ng-bind="theme.name"></h4>
<h4 ng-bind="theme.name" style="white-space: nowrap"></h4>
<ul class="list-unstyled">
<li ng-repeat="(eid,exercice) in theme.exercices" ng-if="my.exercices[eid] && (my.exercices[eid].tries || (my.exercices[eid].hints | countHints))">
<nobr ng-class="{'text-info': !my.exercices[eid].tries && !my.exercices[eid].solved_rank, 'text-warning': my.exercices[eid].tries && !my.exercices[eid].solved_rank, 'text-success': my.exercices[eid].solved_rank}">