mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-04 01:24:56 +02:00
update team repository template to use repository URL and FullName methods
This commit is contained in:
parent
603acbe38f
commit
b28493db6c
@ -38,8 +38,8 @@
|
||||
{{template "repo/icon" .}}
|
||||
</div>
|
||||
<div class="flex-item-main">
|
||||
<a class="flex-item-title tw-text-primary" href="{{$.Org.HomeLink}}/{{.Name | PathEscape}}">
|
||||
{{$.Org.Name}}/{{.Name}}
|
||||
<a class="flex-item-title tw-text-primary" href="{{(.Link)}}">
|
||||
{{.FullName}}
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex-item-trailing">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user