diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/graph/commits.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/graph/commits.tmpl b/templates/repo/graph/commits.tmpl index 8cd6adb04d..8f3260ba50 100644 --- a/templates/repo/graph/commits.tmpl +++ b/templates/repo/graph/commits.tmpl @@ -68,7 +68,7 @@ {{$userName = $commit.User.FullName}} {{end}} {{avatar $commit.User}} - <a href="{{AppSubUrl}}/{{$commit.User}}">{{$userName}}</a> + <a href="{{$commit.User.HomeLink}}">{{$userName}}</a> {{else}} {{avatarByEmail $commit.Commit.Author.Email $userName}} {{$userName}} |