Commit a92bcc0 1 parent db83fee commit a92bcc0 Copy full SHA for a92bcc0
File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ <h4>Media</h4>
65
65
{{if eq .title "Leaderboard | KGEC Summer of Code 2022" }}
66
66
< script src ="https://cdn.jsdelivr.net/npm/canvas-confetti@1.5.1/dist/confetti.browser.min.js "> </ script >
67
67
< script src ="./js/leaderboard.js "> </ script >
68
- < script src ="./js/modal.js "> </ script >
69
68
{{end}}
70
69
< script src ="./js/script.js "> </ script >
71
70
< script src ="./js/faq.js "> </ script >
Original file line number Diff line number Diff line change @@ -37,9 +37,7 @@ <h5 class="mb-0">{{(index .pulls 1).Name}}</h5>
37
37
class ="github-handles "
38
38
> {{(index .pulls 1).Login}}</ a
39
39
>
40
- < button id ="modal-btn " class ="modal-btn button ">
41
- View PRs
42
- </ button >
40
+ < a href ="https://github.com/pulls?q=is%3Apr+author%3A{{(index .pulls 1).Login}}+archived%3Afalse+org%3Adsckgec+is%3Amerged " class ="modal-btn button "> View PRs</ a >
43
41
</ div >
44
42
</ div >
45
43
</ div >
@@ -71,9 +69,7 @@ <h5 class="mb-0">{{ (index .pulls 0).Name}}</h5>
71
69
class ="github-handles "
72
70
> {{(index .pulls 0).Login}}</ a
73
71
>
74
- < button id ="modal-btn " class ="modal-btn button ">
75
- View PRs
76
- </ button >
72
+ < a href ="https://github.com/pulls?q=is%3Apr+author%3A{{(index .pulls 0).Login}}+archived%3Afalse+org%3Adsckgec+is%3Amerged " class ="modal-btn button "> View PRs</ a >
77
73
</ div >
78
74
</ div >
79
75
</ div >
@@ -105,7 +101,7 @@ <h5 class="mb-0">{{(index .pulls 2).Name}}</h5>
105
101
class ="github-handles "
106
102
> {{(index .pulls 2).Login}}</ a
107
103
>
108
- < button class ="modal-btn button "> View PRs</ button >
104
+ < a href =" https://github.com/pulls?q=is%3Apr+author%3A{{(index .pulls 2).Login}}+archived%3Afalse+org%3Adsckgec+is%3Amerged " class ="modal-btn button "> View PRs</ a >
109
105
</ div >
110
106
</ div >
111
107
</ div >
@@ -152,9 +148,9 @@ <h5 class="mb-0">{{$j.Name}}</h5>
152
148
</ div >
153
149
</ td >
154
150
< td > {{$j.Points}}</ td >
155
- < td > < a href ="" class ="github-handles "> {{$j.Login}}</ a > </ td >
151
+ < td > < a href ="https://github.com/{{$j.Login}} " class ="github-handles "> {{$j.Login}}</ a > </ td >
156
152
< td >
157
- < button class ="modal-btn button "> View PRs</ button >
153
+ < a href =" https://github.com/pulls?q=is%3Apr+author%3A{{$j.Login}}+archived%3Afalse+org%3Adsckgec+is%3Amerged " class ="modal-btn button "> View PRs</ a >
158
154
</ td >
159
155
</ tr >
160
156
{{end}}
You can’t perform that action at this time.
0 commit comments