File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/challenge-users-stats Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11< div class ="challenge-users-stats ">
22 < span class ="challenge-users-stats-type " title ="{{registrants}} registrants " alt ="{{registrants}} registrants ">
3- < i class ="glyphicon glyphicon -user "> </ i >
3+ < i class ="fa fa -user "> </ i >
44 < span > {{registrants}}</ span >
55 </ span >
66 < span class ="challenge-users-stats-type " title ="{{submissions}} submissions " alt ="{{submissions}} submissions ">
7- < i class ="glyphicon glyphicon -file "> </ i >
7+ < i class ="fa fa -file "> </ i >
88 < span > {{submissions}}</ span >
99 </ span >
1010 < span class ="challenge-users-stats-type " title ="{{groups}} groups " alt ="{{groups}} groups ">
11- < i class ="glyphicon glyphicon-tower "> </ i >
11+ < i class ="fa fa-group "> </ i >
1212 < span > {{groups}}</ span >
1313 </ span >
1414</ div >
You can’t perform that action at this time.
0 commit comments