This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed
app/profile/subtrack/design Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 14
14
.name CHALLENGES
15
15
16
16
.tabs
17
- a.left ( id ="stats" , ng-click ="vm.viewing = 'stats'" ,
18
- ng-class ="vm.viewing == 'stats' ? 'selected' : ''"
19
- ) Statistics
20
-
21
- a.right ( id ="challenges" , ng-click ="vm.viewing = 'challenges'" ,
22
- ng-class ="vm.viewing == 'challenges' ? 'selected' : ''"
17
+ a.right.selected (
23
18
) Challenges
24
19
25
20
hr
26
21
27
22
tc-section(
28
- ng-show ="vm.viewing == 'challenges'" ,
29
23
state ="vm.status.challenges"
30
24
)
31
25
tc-paginator( data ="vm.challenges" , page-params ="vm.pageParams" )
35
29
36
30
.no-challenges ( ng-show ="!vm.challenges || vm.challenges.length == 0" )
37
31
| Sorry, no successful challenges found.
38
-
39
- .bottom ( ng-show ="vm.viewing == 'stats'" )
40
- h2.detailed Detailed Stats
41
-
42
- ul.vertical-stats
43
- li.first
44
- .left Challenges
45
- .right {{vm.typeStats.challenges | empty}}
46
-
47
- li
48
- .left Wins
49
- .right {{vm.typeStats.wins | empty}}
Original file line number Diff line number Diff line change 276
276
width : 90% ;
277
277
border : 0 ;
278
278
border-top : 1px solid #d1d3d4 ;
279
+ margin-left : auto ;
280
+ margin-right : auto ;
279
281
}
280
282
281
283
tc-section ,.tc-section {
You can’t perform that action at this time.
0 commit comments