mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +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}}
|
{{$username = .Author.Name}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{ctx.AvatarUtils.AvatarByEmail .Commit.Author.Email $username .AvatarSize}}
|
{{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}}
|
{{if .Commit.Author.Name}}
|
||||||
{{.Commit.Author.Name}}
|
{{.Commit.Author.Name}}
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user