We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e565009 commit c83c7f5Copy full SHA for c83c7f5
templates/coder/issues.html
@@ -12,7 +12,7 @@
12
</thead>
13
<tbody>
14
<tr v-for="issue in latest_issues">
15
- <td><a :href="issue.repository_url">{{ issue.repository_url.split('/').slice(-2).join('/') }}</a></td>
+ <td><a :href="issue.repository_url.replace('api.github.com/repos/', 'github.com/')">{{ issue.repository_url.split('/').slice(-2).join('/') }}</a></td>
16
<td><a :href="issue.html_url">{{ issue.title }}</a></td>
17
<td>{{ issue.state }}</td>
18
<td><a :href="issue.user.url">{{ issue.user.login }}</a></td>
0 commit comments