Make sure help is always after users

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-03-26 22:32:12 +02:00
parent 900f11fd91
commit 918f6fd10b
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8

View file

@ -157,7 +157,7 @@ class NavigationManager implements INavigationManager {
$this->add([
'type' => 'settings',
'id' => 'help',
'order' => 4,
'order' => 5,
'href' => $this->urlGenerator->linkToRoute('settings_help'),
'name' => $l->t('Help'),
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'),