1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove remaining fontawesome usage in templates (#15952)

Can not remove the dependency yet because easymde depends on it.
This commit is contained in:
silverwind
2021-05-22 23:29:46 +02:00
committed by GitHub
parent 5c7e2f47b7
commit 308b562b3c
11 changed files with 17 additions and 16 deletions

View File

@@ -19,12 +19,12 @@
<input name="id" type="hidden" value="{{.ID}}">
{{if .Show}}
<button class="ui tiny button">
<i class="icon fa-eye"></i>
{{svg "octicon-eye" 16 "icon"}}
{{$.i18n.Tr "settings.hide_openid"}}
</button>
{{else}}
<button class="ui tiny button">
<i class="icon fa-eye-slash"></i>
{{svg "octicon-eye-closed" 16 "icon"}}
{{$.i18n.Tr "settings.show_openid"}}
</button>
{{end}}