Some modifs
This commit is contained in:
parent
6982704de3
commit
3cfd483ae4
|
@ -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
|
||||
|
|
|
@ -6,10 +6,6 @@ class Url {
|
|||
this.view = view;
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
toString() {
|
||||
return this.url;
|
||||
}
|
||||
}
|
||||
|
||||
function getUrl(name) {
|
||||
|
|
Loading…
Reference in New Issue