Skip to content

Commit 0cd33e1

Browse files
committed
Add tool tip for omitted code fix reason
1 parent 5117a4f commit 0cd33e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2>This page is reporting the current status of <a href="https://github.com/Dot
123123
{{if CodeFixStatus === "Implemented"}}
124124
<i class="fa fa-check" style="color: green;"></i>
125125
{{else CodeFixStatus === "NotImplemented"}}
126-
<i class="fa fa-times" style="color: red;"></i>
126+
<i class="fa fa-times" style="color: red;" title="{{>NoCodeFixReason}}"></i>
127127
{{else}}
128128
<i class="fa fa-exclamation" style="color: blue;"></i>
129129
{{/if}}

0 commit comments

Comments
 (0)