chore: integrate template change

refs:
* f44543a1bb
* f44543a1bb
* https://github.com/go-gitea/gitea/issues/14653
This commit is contained in:
surtur 2021-04-15 23:02:32 +02:00
parent 8ad2672dbe
commit baafb38690
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -147,10 +147,12 @@
{{svg "octicon-person"}}
{{.i18n.Tr "your_profile"}}<!-- Your profile -->
</a>
<a class="item" href="/{{.SignedUser.Name}}?tab=stars">
{{svg "octicon-star"}}
{{.i18n.Tr "your_starred"}}
</a>
r{if not .DisableStars}}
<a class="item" href="/{{.SignedUser.Name}}?tab=stars">
{{svg "octicon-star"}}
{{.i18n.Tr "your_starred"}}
</a>
{{end}}
<a class="{{if .PageIsUserSettings}}active{{end}} item" href="/user/settings">
{{svg "octicon-tools"}}
{{.i18n.Tr "your_settings"}}<!-- Your settings -->