mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-04-27 15:07:43 +00:00
Use the repository HTML URL in the API object.
This commit is contained in:
parent
d5492565e1
commit
06d8b89cb3
1 changed files with 1 additions and 3 deletions
|
|
@ -11,9 +11,7 @@
|
||||||
|
|
||||||
{{range $index, $repoDigest := .RepoDigests}}
|
{{range $index, $repoDigest := .RepoDigests}}
|
||||||
<h2>
|
<h2>
|
||||||
<a href="https://github.com/{{.Repo.FullName}}">
|
<a href="{{.Repo.HTMLURL}}">{{.Repo.FullName}}</a>
|
||||||
{{.Repo.FullName}}
|
|
||||||
</a>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue