gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
<div class="ui secondary pointing tabular top attached borderless menu stackable new-menu navbar">
	<div class="new-menu-inner">
		<a class="{{if .PageIsOpenIDConnect}}active{{end}} item" href="{{AppSubUrl}}/user/openid/connect">
			{{.i18n.Tr "auth.openid_connect_title"}}
		</a>
		{{if and .EnableOpenIDSignUp (not .AllowOnlyInternalRegistration)}}
			<a class="{{if .PageIsOpenIDRegister}}active{{end}} item" href="{{AppSubUrl}}/user/openid/register">
				{{.i18n.Tr "auth.openid_register_title"}}
			</a>
		{{end}}
	</div>
</div>