Merge branch 'master' into localization/german
This commit is contained in:
commit
290236fbea
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "christmas-community",
|
"name": "christmas-community",
|
||||||
"version": "1.28.0",
|
"version": "1.28.1",
|
||||||
"description": "Christmas lists for communities",
|
"description": "Christmas lists for communities",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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