We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5117a4f commit 0cd33e1Copy full SHA for 0cd33e1
docs/index.html
@@ -123,7 +123,7 @@ <h2>This page is reporting the current status of <a href="https://github.com/Dot
123
{{if CodeFixStatus === "Implemented"}}
124
<i class="fa fa-check" style="color: green;"></i>
125
{{else CodeFixStatus === "NotImplemented"}}
126
- <i class="fa fa-times" style="color: red;"></i>
+ <i class="fa fa-times" style="color: red;" title="{{>NoCodeFixReason}}"></i>
127
{{else}}
128
<i class="fa fa-exclamation" style="color: blue;"></i>
129
{{/if}}
0 commit comments