Skip to content

Commit fa2a2f2

Browse files
update team repository template to use repository URL and FullName methods
1 parent 3aeb9d3 commit fa2a2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/org/team/repositories.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
{{template "repo/icon" .}}
3434
</div>
3535
<div class="flex-item-main">
36-
<a class="flex-item-title text primary" href="{{$.Org.HomeLink}}/{{.Name | PathEscape}}">
37-
{{$.Org.Name}}/{{.Name}}
36+
<a class="flex-item-title text primary" href="{{(.Link)}}">
37+
{{.FullName}}
3838
</a>
3939
</div>
4040
<div class="flex-item-trailing">

0 commit comments

Comments
 (0)