File tree 1 file changed +3
-3
lines changed
src/components/challenge-users-stats
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="challenge-users-stats ">
2
- < span class ="challenge-users-stats-type " alt ="{{registrants}} registrants ">
2
+ < span class ="challenge-users-stats-type " title =" {{registrants}} registrants " alt ="{{registrants}} registrants ">
3
3
< i class ="glyphicon glyphicon-user "> </ i >
4
4
< span > {{registrants}}</ span >
5
5
</ span >
6
- < span class ="challenge-users-stats-type " alt ="{{submissions}} submissions ">
6
+ < span class ="challenge-users-stats-type " title =" {{submissions}} submissions " alt ="{{submissions}} submissions ">
7
7
< i class ="glyphicon glyphicon-file "> </ i >
8
8
< span > {{submissions}}</ span >
9
9
</ span >
10
- < span class ="challenge-users-stats-type " alt ="{{groups}} groups " ng-if =" groups > 0 ">
10
+ < span class ="challenge-users-stats-type " title ="{{groups}} groups " alt =" {{ groups}} groups ">
11
11
< i class ="glyphicon glyphicon-tower "> </ i >
12
12
< span > {{groups}}</ span >
13
13
</ span >
You can’t perform that action at this time.
0 commit comments