Skip to content

Commit 596316a

Browse files
Update templates/repo/issue/view_content/sidebar.tmpl
Co-authored-by: silverwind <[email protected]>
1 parent 1ee9807 commit 596316a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/sidebar.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
{{end}}
207207
{{end}}
208208
<a class="item muted sidebar-item-link{{if $checked}} checked{{end}}" data-id="{{.ID}}" data-href="{{.Link ctx}}">
209-
<span class="octicon-check {{if not $checked}}tw-invisible{{end}}">{{svg "octicon-check"}}</span>
209+
<span class="octicon-check{{if not $checked}} tw-invisible{{end}}">{{svg "octicon-check"}}</span>
210210
<span class="text">
211211
{{svg .IconName 18 "tw-mr-2"}}{{.Title}}
212212
</span>

0 commit comments

Comments
 (0)