mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Style unification for the issue_management area (#32605)
Style unification for the issue_management area (consistent across the layout before:    after:  --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -6,10 +6,10 @@ | ||||
| 			{{$.CsrfTokenHtml}} | ||||
| 			<button class="fluid ui button {{if not $.NewPinAllowed}}disabled{{end}}"> | ||||
| 				{{if not .Issue.IsPinned}} | ||||
| 					{{svg "octicon-pin" 16 "tw-mr-2"}} | ||||
| 					{{svg "octicon-pin"}} | ||||
| 					{{ctx.Locale.Tr "pin"}} | ||||
| 				{{else}} | ||||
| 					{{svg "octicon-pin-slash" 16 "tw-mr-2"}} | ||||
| 					{{svg "octicon-pin-slash"}} | ||||
| 					{{ctx.Locale.Tr "unpin"}} | ||||
| 				{{end}} | ||||
| 			</button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user