Skip to content

Commit 00839b2

Browse files
author
Gusted
committed
Fix other avatars
1 parent f617514 commit 00839b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
({{$.i18n.Tr "repo.migrated_from" ($.Repository.OriginalURL|Escape) ($.Repository.GetOriginalURLHostname|Escape) | Safe }}){{end}}
3636
</span>
3737
{{else}}
38+
<a class="inline-timeline-avatar" {{if gt .Poster.ID 0}}href="{{.Poster.HomeLink}}"{{end}}>
39+
{{avatar .Poster}}
40+
</a>
3841
<span class="text grey">
3942
<a class="author"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
4043
{{.Poster.GetDisplayName}}

web_src/less/_repository.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@
26662666
background: var(--color-box-header);
26672667
border-bottom: 1px solid var(--color-secondary) !important;
26682668
font-weight: normal !important;
2669-
padding: .5rem 1rem !important;
2669+
padding: .5rem 1rem;
26702670
margin: 0 !important;
26712671
position: relative;
26722672
color: var(--color-text-light-2);

0 commit comments

Comments
 (0)