mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Remove font-awesome
and fomantic icon
module (#24471)
Fixes https://github.com/go-gitea/gitea/issues/10410. This PR removes around 120kB of CSS.
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
{{$.locale.Tr "repo.pulls.require_signed_wont_sign"}}
|
||||
</div>
|
||||
<div class="item">
|
||||
<i class="icon unlock"></i>
|
||||
<i class="icon icon-octicon">{{svg "octicon-unlock"}}</i>
|
||||
{{$.locale.Tr (printf "repo.signing.wont_sign.%s" .WontSignReason)}}
|
||||
</div>
|
||||
{{end}}
|
||||
@@ -274,12 +274,12 @@
|
||||
{{end}}
|
||||
{{if .WillSign}}
|
||||
<div class="item">
|
||||
<i class="icon lock green"></i>
|
||||
<i class="icon icon-octicon">{{svg "octicon-lock" 16 "text green"}}</i>
|
||||
{{$.locale.Tr "repo.signing.will_sign" .SigningKey}}
|
||||
</div>
|
||||
{{else if .IsSigned}}
|
||||
<div class="item">
|
||||
<i class="icon unlock"></i>
|
||||
<i class="icon icon-octicon">{{svg "octicon-unlock"}}</i>
|
||||
{{$.locale.Tr (printf "repo.signing.wont_sign.%s" .WontSignReason)}}
|
||||
</div>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user