From 04eb2f97705aa480dedc2fee81499afb86b72a87 Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Wed, 5 Feb 2020 13:53:40 +0100 Subject: [PATCH] add Logout button to header --- views/profile.pug | 2 +- views/security.pug | 2 +- views/services.pug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/views/profile.pug b/views/profile.pug index 2261051..47c1f7e 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -92,4 +92,4 @@ html(lang="en") // Bootstrap script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous") // M4_LAB - script(src="https://transfer.hft-stuttgart.de/js/headfoot.js") \ No newline at end of file + script(src="/js/headfootLogout.js") \ No newline at end of file diff --git a/views/security.pug b/views/security.pug index ff131d7..95cf50e 100644 --- a/views/security.pug +++ b/views/security.pug @@ -74,7 +74,7 @@ html(lang="en") // M4_LAB script(src="/js/security.js") script(src="/js/generalFunction.js") - script(src="https://transfer.hft-stuttgart.de/js/headfoot.js") + script(src="/js/headfootLogout.js") script. // check input fields 'use strict'; diff --git a/views/services.pug b/views/services.pug index 41fe58d..f095144 100644 --- a/views/services.pug +++ b/views/services.pug @@ -67,7 +67,7 @@ html(lang="en") // Bootstrap script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous") // M4_LAB - script(src="https://transfer.hft-stuttgart.de/js/headfoot.js") + script(src="/js/headfootLogout.js") script. function subscribe() { alert("To be implemented: Send a request to join/participate/have access to the page of the requested service") -- GitLab