Skip to content

Commit 979d0c0

Browse files
authored
Merge branch 'main' into patch-22
2 parents afb3701 + 81ac8d9 commit 979d0c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/repo/issue/sidebar/issue_management.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
{{$.CsrfTokenHtml}}
77
<button class="fluid ui button {{if not $.NewPinAllowed}}disabled{{end}}">
88
{{if not .Issue.IsPinned}}
9-
{{svg "octicon-pin" 16 "tw-mr-2"}}
9+
{{svg "octicon-pin"}}
1010
{{ctx.Locale.Tr "pin"}}
1111
{{else}}
12-
{{svg "octicon-pin-slash" 16 "tw-mr-2"}}
12+
{{svg "octicon-pin-slash"}}
1313
{{ctx.Locale.Tr "unpin"}}
1414
{{end}}
1515
</button>

templates/repo/issue/sidebar/milestone_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{{end}}
4040
{{end}}
4141
</div>
42-
{{end}}
42+
{{end}}
4343
</div>
4444
</div>
4545

0 commit comments

Comments
 (0)