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 a175f98 commit 27cf8f3Copy full SHA for 27cf8f3
templates/repo/issue/sidebar/issue_management.tmpl
@@ -6,10 +6,10 @@
6
{{$.CsrfTokenHtml}}
7
<button class="fluid ui button {{if not $.NewPinAllowed}}disabled{{end}}">
8
{{if not .Issue.IsPinned}}
9
- {{svg "octicon-pin" 16 "tw-mr-2"}}
+ {{svg "octicon-pin"}}
10
{{ctx.Locale.Tr "pin"}}
11
{{else}}
12
- {{svg "octicon-pin-slash" 16 "tw-mr-2"}}
+ {{svg "octicon-pin-slash"}}
13
{{ctx.Locale.Tr "unpin"}}
14
{{end}}
15
</button>
0 commit comments