We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8f86b commit ea0f7b9Copy full SHA for ea0f7b9
templates/repo/issue/view_content/sidebar.tmpl
@@ -109,7 +109,9 @@
109
</a>
110
</div>
111
<div class="tw-flex tw-items-center tw-gap-2">
112
- {{svg (printf "octicon-%s" .Type.Icon) 16 (printf "text %s" (.HTMLTypeColorName))}}
+ <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>
115
116
117
{{end}}
0 commit comments