File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 17
17
<div class =' sort' data-test-categories-sort>
18
18
<span class =' small' >Sort by</span >
19
19
<RlDropdownContainer @class =" dropdown-container" >
20
- <RlDropdownToggle @tagName =" a" @class =" dropdown" @ data-test-current-order ={{ true }} >
20
+ <RlDropdownToggle @tagName =" a" @class =" dropdown" data-test-current-order ={{ true }} >
21
21
{{ svg-jar " sort" }}
22
22
{{ currentSortBy }}
23
23
<span class =' arrow' ></span >
Original file line number Diff line number Diff line change 50
50
<div class =' sort' data-test-category-sort>
51
51
<span class =' small' >Sort by</span >
52
52
<RlDropdownContainer @class =" dropdown-container" >
53
- <RlDropdownToggle @tagName =" a" @class =" dropdown" @ data-test-current-order ={{ true }} >
53
+ <RlDropdownToggle @tagName =" a" @class =" dropdown" data-test-current-order ={{ true }} >
54
54
{{ svg-jar " sort" }}
55
55
{{ currentSortBy }}
56
56
<span class =' arrow' ></span >
Original file line number Diff line number Diff line change 38
38
<span class =' small' >Sort by</span >
39
39
40
40
<RlDropdownContainer @class =" dropdown-container" >
41
- <RlDropdownToggle @tagName =" a" @class =" dropdown" @ data-test-current-order ={{ true }} >
41
+ <RlDropdownToggle @tagName =" a" @class =" dropdown" data-test-current-order ={{ true }} >
42
42
{{ svg-jar " sort" }}
43
43
{{ currentSortBy }}
44
44
<span class =' arrow' ></span >
72
72
73
73
<div id =' crates' class =' white-rows' >
74
74
{{ #each model as |crate index |}}
75
- <CrateRow @crate ={{ crate }} @ data-test-crate-row ={{ index }} />
75
+ <CrateRow @crate ={{ crate }} data-test-crate-row ={{ index }} />
76
76
{{ /each }}
77
77
</div >
78
78
Original file line number Diff line number Diff line change 18
18
<div class =' sort' data-test-keyword-sort>
19
19
<span class =' small' >Sort by</span >
20
20
<RlDropdownContainer @class =" dropdown-container" >
21
- <RlDropdownToggle @tagName =" a" @class =" dropdown" @ data-test-current-order ={{ true }} >
21
+ <RlDropdownToggle @tagName =" a" @class =" dropdown" data-test-current-order ={{ true }} >
22
22
{{ svg-jar " sort" }}
23
23
{{ currentSortBy }}
24
24
<span class =' arrow' ></span >
Original file line number Diff line number Diff line change 17
17
<div class =' sort' data-test-keywords-sort>
18
18
<span class =' small' >Sort by</span >
19
19
<RlDropdownContainer @class =" dropdown-container" >
20
- <RlDropdownToggle @tagName =" a" @class =" dropdown" @ data-test-current-order ={{ true }} >
20
+ <RlDropdownToggle @tagName =" a" @class =" dropdown" data-test-current-order ={{ true }} >
21
21
{{ svg-jar " sort" }}
22
22
{{ currentSortBy }}
23
23
<span class =' arrow' ></span >
Original file line number Diff line number Diff line change 30
30
<span class =' small' >Sort by </span >
31
31
32
32
<RlDropdownContainer @class =" dropdown-container" >
33
- <RlDropdownToggle @tagName =" a" @class =" dropdown" @ data-test-current-order ={{ true }} >
33
+ <RlDropdownToggle @tagName =" a" @class =" dropdown" data-test-current-order ={{ true }} >
34
34
{{ svg-jar " sort" }}
35
35
{{ currentSortBy }}
36
36
<span class =' arrow' ></span >
69
69
<LinkTo @route =" crate" @model ={{ crate }} >
70
70
<h1 >Exact Match</h1 >
71
71
</LinkTo >
72
- <CrateRow @crate ={{ crate }} @ data-test-crate-row ={{ index }} />
72
+ <CrateRow @crate ={{ crate }} data-test-crate-row ={{ index }} />
73
73
</div >
74
74
{{ else }}
75
75
<div >
76
- <CrateRow @crate ={{ crate }} @ data-test-crate-row ={{ index }} />
76
+ <CrateRow @crate ={{ crate }} data-test-crate-row ={{ index }} />
77
77
</div >
78
78
{{ /if }}
79
79
{{ /each }}
Original file line number Diff line number Diff line change 1
1
<div id =' crates-heading' data-test-heading>
2
2
<div class =" wide" >
3
3
<div class =' info' >
4
- <UserAvatar @user ={{ model.team }} @size =" medium" @ data-test-avatar ={{ true }} />
4
+ <UserAvatar @user ={{ model.team }} @size =" medium" data-test-avatar ={{ true }} />
5
5
<div class =' team-info' >
6
6
<h1 data-test-org-name>
7
7
{{ model.team.org_name }}
10
10
{{ model.team.name }}
11
11
</h2 >
12
12
</div >
13
- <UserLink @user ={{ model.team }} @ data-test-github-link ={{ true }} >
13
+ <UserLink @user ={{ model.team }} data-test-github-link ={{ true }} >
14
14
<img alt =" GitHub profile" title =" GitHub profile" src =" /assets/GitHub-Mark.svg" >
15
15
</UserLink >
16
16
</div >
Original file line number Diff line number Diff line change 1
1
<div id =' crates-heading' data-test-heading>
2
- <UserAvatar @user ={{ model.user }} @size =" medium" @ data-test-avatar ={{ true }} />
2
+ <UserAvatar @user ={{ model.user }} @size =" medium" data-test-avatar ={{ true }} />
3
3
<h1 data-test-username>
4
4
{{ model.user.login }}
5
5
</h1 >
6
- <UserLink @user ={{ model.user }} @ data-test-user-link ={{ true }} >
6
+ <UserLink @user ={{ model.user }} data-test-user-link ={{ true }} >
7
7
<img alt =" GitHub profile" title =" GitHub profile" src =" /assets/GitHub-Mark.svg" >
8
8
</UserLink >
9
9
</div >
You can’t perform that action at this time.
0 commit comments