Files
zitadel/internal/ui/login/static/templates/footer.html
Silvan 070abae6d9 fix(login): links (#1778)
* fix(login): href for help

* fix(login): correct link to tos
2021-05-26 07:38:25 +02:00

9 lines
440 B
HTML

{{define "footer"}}
<footer>
<span class="fill-space"></span>
<a href="{{t "Footer.TosLink"}}" rel="noopener noreferrer" target="_blank" alt="TOS">{{t "Footer.Tos"}}</a>
<a href="{{t "Footer.PrivacyLink"}}" rel="noopener noreferrer" target="_blank" alt="Privacy Policy">{{t "Footer.Privacy"}}</a>
<a href="https://docs.zitadel.ch/docs/manuals/user-login" target="_black" alt="Help">{{t "Footer.Help"}}</a>
</footer>
{{end}}