Client: party members in header (#8804)

* wip party members in header

* wip

* add inbox routes back

* polishing
This commit is contained in:
Matteo Pagliazzi
2017-06-08 18:24:40 -07:00
committed by GitHub
parent 85644fdc1b
commit 977f9d5174
6 changed files with 127 additions and 38 deletions

View File

@@ -44,7 +44,7 @@ nav.navbar.navbar-inverse.fixed-top.navbar-toggleable-sm
router-link.dropdown-item.edit-avatar(:to="{name: 'avatar'}")
h3 {{ user.profile.name }}
span.small-text {{ $t('editAvatar') }}
//.dropdown-divider
router-link.dropdown-item(:to="{name: 'inbox'}") {{ $t('inbox') }}
router-link.dropdown-item(:to="{name: 'stats'}") {{ $t('stats') }}
router-link.dropdown-item(:to="{name: 'achievements'}") {{ $t('achievements') }}
router-link.dropdown-item(:to="{name: 'settings'}") {{ $t('settings') }}