We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3881ff commit 81ac8d9Copy full SHA for 81ac8d9
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>
templates/repo/issue/sidebar/milestone_list.tmpl
@@ -39,7 +39,7 @@
39
40
41
</div>
42
- {{end}}
+ {{end}}
43
44
45
0 commit comments