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 54b5396 commit 1ee9807Copy full SHA for 1ee9807
templates/repo/issue/view_content/sidebar.tmpl
@@ -184,7 +184,7 @@
184
{{end}}
185
186
<a class="item muted sidebar-item-link{{if $checked}} checked{{end}}" data-id="{{.ID}}" data-href="{{.Link ctx}}">
187
- <span class="octicon-check {{if not $checked}}tw-invisible{{end}}">{{svg "octicon-check"}}</span>
+ <span class="octicon-check{{if not $checked}} tw-invisible{{end}}">{{svg "octicon-check"}}</span>
188
<span class="text">
189
{{svg .IconName 18 "tw-mr-2"}}{{.Title}}
190
</span>
0 commit comments