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 3aeb9d3 commit fa2a2f2Copy full SHA for fa2a2f2
templates/org/team/repositories.tmpl
@@ -33,8 +33,8 @@
33
{{template "repo/icon" .}}
34
</div>
35
<div class="flex-item-main">
36
- <a class="flex-item-title text primary" href="{{$.Org.HomeLink}}/{{.Name | PathEscape}}">
37
- {{$.Org.Name}}/{{.Name}}
+ <a class="flex-item-title text primary" href="{{(.Link)}}">
+ {{.FullName}}
38
</a>
39
40
<div class="flex-item-trailing">
0 commit comments