mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
12 lines
448 B
Cheetah
12 lines
448 B
Cheetah
|
<div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
|
||
|
<a class="{{if .PageIsOpenIDConnect}}active{{end}} item" href="{{AppSubUrl}}/user/openid/connect">
|
||
|
{{.i18n.Tr "auth.openid_connect_title"}}
|
||
|
</a>
|
||
|
{{if .EnableOpenIDSignUp}}
|
||
|
<a class="{{if .PageIsOpenIDRegister}}active{{end}} item" href="{{AppSubUrl}}/user/openid/register">
|
||
|
{{.i18n.Tr "auth.openid_register_title"}}
|
||
|
</a>
|
||
|
{{end}}
|
||
|
</div>
|
||
|
|