mirror of
https://github.com/go-gitea/gitea
synced 2025-07-27 04:38:36 +00:00
Fixed wrong AppSubUrl in multiple templates (#10447)
* Fixed wrong AppSubUrl in OAuth2 app edit page * Replaced all other occurrences of $.AppSubURL for support of sub-paths
This commit is contained in:
committed by
GitHub
parent
85e6a1267c
commit
bab6e1ed87
@@ -34,7 +34,7 @@
|
||||
{{end}}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{$.AppSubUrl}}/{{$lock.Owner.Name}}">
|
||||
<a href="{{AppSubUrl}}/{{$lock.Owner.Name}}">
|
||||
<img class="ui avatar image" src="{{$lock.Owner.RelAvatarLink}}">
|
||||
{{$lock.Owner.DisplayName}}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user