Some modifs

This commit is contained in:
Thomas Forgione 2017-09-23 09:45:28 +00:00
parent 6982704de3
commit 3cfd483ae4
No known key found for this signature in database
GPG Key ID: 95D964F74A96119E
2 changed files with 1 additions and 5 deletions

View File

@ -37,7 +37,7 @@ html
a.nav-link(href='#')
| Username
li.nav-item
a.btn.btn-light(href='#', role='button')
a.btn.btn-light(href=getUrl("logout"), role='button')
| Log out
.container
block content

View File

@ -6,10 +6,6 @@ class Url {
this.view = view;
this.name = name;
}
toString() {
return this.url;
}
}
function getUrl(name) {