diff options
author | Philipp A. Beckmann <pab@pabnet.de> | 2020-02-25 16:58:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-25 09:58:37 -0600 |
commit | bab6e1ed87ba9abd23bff6f0d886de5ddb1a1a99 (patch) | |
tree | ba9ce6f640ccbdd9e294737d183dc9eab6dd89a2 /templates/repo/settings | |
parent | 85e6a1267c634b0316b159874e6e4e18c267c7fb (diff) | |
download | gitea-bab6e1ed87ba9abd23bff6f0d886de5ddb1a1a99.tar.gz gitea-bab6e1ed87ba9abd23bff6f0d886de5ddb1a1a99.zip |
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
Diffstat (limited to 'templates/repo/settings')
-rw-r--r-- | templates/repo/settings/lfs_locks.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/lfs_locks.tmpl b/templates/repo/settings/lfs_locks.tmpl index 4830fb2542..bb6d55a709 100644 --- a/templates/repo/settings/lfs_locks.tmpl +++ b/templates/repo/settings/lfs_locks.tmpl @@ -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> |