mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-07 21:43:23 +09:00
6 lines
244 B
Handlebars
6 lines
244 B
Handlebars
{{$ownerUser := $.OwnerUser}}
|
|
{{if $ownerUser}}
|
|
<a class="tw-break-anywhere" href="{{$ownerUser.HomeLink}}">{{$ownerUser.Name}}</a>
|
|
{{if $ownerUser.Visibility.IsPrivate}}<span class="tw-text-gold">{{svg "octicon-lock"}}</span>{{end}}
|
|
{{end}}
|