File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ <h3>Stars</h3>
174
174
</ thead >
175
175
< tbody >
176
176
< tr v-for ="issue in latest_issues ">
177
- < td > < a :href ="issue.repository_url "> {{ issue.repository_url.split('/').slice(-2).join('/') }}</ a > </ td >
177
+ < td > < a :href ="issue.repository_url.replace('api.github.com/repos/', 'github.com/') "> {{ issue.repository_url.split('/').slice(-2).join('/') }}</ a > </ td >
178
178
< td > < a :href ="issue.html_url "> {{ issue.title }}</ a > </ td >
179
179
< td > {{ issue.state }}</ td >
180
180
< td > < a :href ="issue.user.url "> {{ issue.user.login }}</ a > </ td >
Original file line number Diff line number Diff line change 3
3
<channel ><title >RSS Feed</title >
4
4
<link >https://coderstats.net</link >
5
5
<description >RSS Feed</description >
6
- <lastBuildDate >Tue, 04 Jun 2019 12:47:34 </lastBuildDate >
6
+ <lastBuildDate >Sun, 18 Aug 2019 01:31:18 </lastBuildDate >
7
7
<generator >Logya</generator >
8
8
<docs >http://blogs.law.harvard.edu/tech/rss</docs >
9
9
<item >
You can’t perform that action at this time.
0 commit comments