mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-14 21:15:18 +08:00
add author-wrapper class to fix integration
This commit is contained in:
parent
fd9a7a11bc
commit
bebf59175a
@ -44,7 +44,7 @@
|
||||
{{$username = .Author.Name}}
|
||||
{{end}}
|
||||
{{ctx.AvatarUtils.AvatarByEmail .Commit.Author.Email $username .AvatarSize}}
|
||||
<span{{if ctx.RootData.IsSigned}} title="{{.Commit.Author.Email}}"{{end}}>
|
||||
<span class="author-wrapper" {{if ctx.RootData.IsSigned}} title="{{.Commit.Author.Email}}"{{end}}>
|
||||
{{if .Commit.Author.Name}}
|
||||
{{.Commit.Author.Name}}
|
||||
{{else}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user