Fix typo
This commit is contained in:
parent
5a38f15e6d
commit
7dffd14be4
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ nav.navbar.is-fixed-top(role='navigation', aria-label='main navigation',style='b
|
||||||
if req.isAuthenticated()
|
if req.isAuthenticated()
|
||||||
if req.user._id === 'Unknown'
|
if req.user._id === 'Unknown'
|
||||||
.navbar-item
|
.navbar-item
|
||||||
a.button.is-primary(href='/login')= lang('NAVBAR_')
|
a.button.is-primary(href='/login')= lang('NAVBAR_LOGIN')
|
||||||
else
|
else
|
||||||
.navbar-item.has-dropdown.is-hoverable
|
.navbar-item.has-dropdown.is-hoverable
|
||||||
a.navbar-link= req.user._id
|
a.navbar-link= req.user._id
|
||||||
|
|
Loading…
Reference in a new issue