Some modifs
This commit is contained in:
parent
6982704de3
commit
3cfd483ae4
|
@ -37,7 +37,7 @@ html
|
||||||
a.nav-link(href='#')
|
a.nav-link(href='#')
|
||||||
| Username
|
| Username
|
||||||
li.nav-item
|
li.nav-item
|
||||||
a.btn.btn-light(href='#', role='button')
|
a.btn.btn-light(href=getUrl("logout"), role='button')
|
||||||
| Log out
|
| Log out
|
||||||
.container
|
.container
|
||||||
block content
|
block content
|
||||||
|
|
|
@ -6,10 +6,6 @@ class Url {
|
||||||
this.view = view;
|
this.view = view;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
toString() {
|
|
||||||
return this.url;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getUrl(name) {
|
function getUrl(name) {
|
||||||
|
|
Loading…
Reference in New Issue