Skip to content

Commit 1ee9807

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

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
@@ -184,7 +184,7 @@
184184
{{end}}
185185
{{end}}
186186
<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>
187+
<span class="octicon-check{{if not $checked}} tw-invisible{{end}}">{{svg "octicon-check"}}</span>
188188
<span class="text">
189189
{{svg .IconName 18 "tw-mr-2"}}{{.Title}}
190190
</span>

0 commit comments

Comments
 (0)