File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 35
35
({{$.i18n.Tr "repo.migrated_from" ($.Repository.OriginalURL|Escape) ($.Repository.GetOriginalURLHostname|Escape) | Safe }}){{end}}
36
36
</span>
37
37
{{else}}
38
+ <a class="inline-timeline-avatar" {{if gt .Poster.ID 0}}href="{{.Poster.HomeLink}}"{{end}}>
39
+ {{avatar .Poster}}
40
+ </a>
38
41
<span class="text grey">
39
42
<a class="author"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
40
43
{{.Poster.GetDisplayName}}
Original file line number Diff line number Diff line change 2666
2666
background : var (--color-box-header );
2667
2667
border-bottom : 1px solid var (--color-secondary ) !important ;
2668
2668
font-weight : normal !important ;
2669
- padding : .5rem 1rem !important ;
2669
+ padding : .5rem 1rem ;
2670
2670
margin : 0 !important ;
2671
2671
position : relative ;
2672
2672
color : var (--color-text-light-2 );
You can’t perform that action at this time.
0 commit comments