admin: secondary formating
This commit is contained in:
parent
4de0c64672
commit
85658bb3c6
4 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<h2>{{ team.name }} <small>{{ teams[my.team_id].rank }}/{{ nb_teams }} – <ng-pluralize count="my.score" when="{'one': '{} point', 'other': '{} 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}">
|
||||
|
|
|
|||
Reference in a new issue