mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Reorder user dropdown menu options
Bring Settings up to the top.
This commit is contained in:
parent
1c3eef345f
commit
486395c1ce
1 changed files with 2 additions and 1 deletions
|
@ -99,10 +99,11 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="profile-button">
|
||||
{{#link-to 'profile' class="dropdown-item" }}Profile{{/link-to}}
|
||||
{{#if session.isAdmin}}
|
||||
{{#link-to 'customize.general' class="dropdown-item" }}Settings{{/link-to}}
|
||||
<div class="dropdown-divider"></div>
|
||||
{{/if}}
|
||||
{{#link-to 'profile' class="dropdown-item" }}Profile{{/link-to}}
|
||||
<div class="dropdown-divider"></div>
|
||||
{{#if session.isGlobalAdmin}}
|
||||
{{#if appMeta.updateAvailable}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue