Skip to content

Commit 27cf8f3

Browse files
committed
Style unification for the issue_management area (consistent across the layout
1 parent a175f98 commit 27cf8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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>

0 commit comments

Comments
 (0)