mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 05:09:31 +01:00
11 lines
470 B
Cheetah
11 lines
470 B
Cheetah
<div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
|
|
<a class="{{if .PageIsLogin}}active{{end}} item" href="{{AppSubUrl}}/user/login">
|
|
{{.i18n.Tr "auth.login_userpass"}}
|
|
</a>
|
|
{{if .EnableOpenIDSignIn}}
|
|
<a class="{{if .PageIsLoginOpenID}}active{{end}} item" href="{{AppSubUrl}}/user/login/openid">
|
|
<img align="left" width="16" height="16" src="{{AppSubUrl}}/img/openid-16x16.png"/>
|
|
OpenID
|
|
</a>
|
|
{{end}}
|
|
</div>
|