Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c83c7f5

Browse files
committed
Link to repo html URL
1 parent e565009 commit c83c7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/coder/issues.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</thead>
1313
<tbody>
1414
<tr v-for="issue in latest_issues">
15-
<td><a :href="issue.repository_url">{{ issue.repository_url.split('/').slice(-2).join('/') }}</a></td>
15+
<td><a :href="issue.repository_url.replace('api.github.com/repos/', 'github.com/')">{{ issue.repository_url.split('/').slice(-2).join('/') }}</a></td>
1616
<td><a :href="issue.html_url">{{ issue.title }}</a></td>
1717
<td>{{ issue.state }}</td>
1818
<td><a :href="issue.user.url">{{ issue.user.login }}</a></td>

0 commit comments

Comments
 (0)