Skip to content
Snippets Groups Projects
Commit d71c4dc1 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add contact link in footer (VPU/Apps/Signature#7)

parent 46c88403
No related branches found
No related tags found
No related merge requests found
...@@ -737,6 +737,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) { ...@@ -737,6 +737,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
<footer> <footer>
<a target="_blank" rel="noopener" class="int-link-external" href="https://datenschutz.tugraz.at/erklaerung/">${i18n.t('privacy-policy')}</a> <a target="_blank" rel="noopener" class="int-link-external" href="https://datenschutz.tugraz.at/erklaerung/">${i18n.t('privacy-policy')}</a>
<a target="_blank" rel="noopener" class="int-link-external" href="${imprintUrl}">${i18n.t('imprint')}</a> <a target="_blank" rel="noopener" class="int-link-external" href="${imprintUrl}">${i18n.t('imprint')}</a>
<a rel="noopener" class="int-link-external" href="mailto:it-support@tugraz.at">${i18n.t('contact')}</a>
<vpu-build-info class="${prodClassMap}"></vpu-build-info> <vpu-build-info class="${prodClassMap}"></vpu-build-info>
</footer> </footer>
</div> </div>
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
}, },
"privacy-policy": "Datenschutz", "privacy-policy": "Datenschutz",
"imprint": "Impressum", "imprint": "Impressum",
"contact": "Kontakt",
"page-updated-needs-reload": "Die Applikation wurde aktualisiert. Bitte laden Sie die Seite neu.", "page-updated-needs-reload": "Die Applikation wurde aktualisiert. Bitte laden Sie die Seite neu.",
"activity-example": { "activity-example": {
"hello-world": "Hallo Welt" "hello-world": "Hallo Welt"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
}, },
"privacy-policy": "Privacy Policy", "privacy-policy": "Privacy Policy",
"imprint": "Legal Notice", "imprint": "Legal Notice",
"contact": "Contact",
"page-updated-needs-reload": "The application has been updated. Please reload the page.", "page-updated-needs-reload": "The application has been updated. Please reload the page.",
"activity-example": { "activity-example": {
"hello-world": "Hello World" "hello-world": "Hello World"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment