Skip to content

Commit ea0f7b9

Browse files
Add missed icon
1 parent 2d8f86b commit ea0f7b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/repo/issue/view_content/sidebar.tmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@
109109
</a>
110110
</div>
111111
<div class="tw-flex tw-items-center tw-gap-2">
112-
{{svg (printf "octicon-%s" .Type.Icon) 16 (printf "text %s" (.HTMLTypeColorName))}}
112+
<span {{if .Review.TooltipContent}}data-tooltip-content="{{ctx.Locale.Tr .Review.TooltipContent}}"{{end}}>
113+
{{svg (printf "octicon-%s" .Type.Icon) 16 (printf "text %s" (.HTMLTypeColorName))}}
114+
</span>
113115
</div>
114116
</div>
115117
{{end}}

0 commit comments

Comments
 (0)