mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +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}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="profile-button">
|
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="profile-button">
|
||||||
{{#link-to 'profile' class="dropdown-item" }}Profile{{/link-to}}
|
|
||||||
{{#if session.isAdmin}}
|
{{#if session.isAdmin}}
|
||||||
{{#link-to 'customize.general' class="dropdown-item" }}Settings{{/link-to}}
|
{{#link-to 'customize.general' class="dropdown-item" }}Settings{{/link-to}}
|
||||||
|
<div class="dropdown-divider"></div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{#link-to 'profile' class="dropdown-item" }}Profile{{/link-to}}
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
{{#if session.isGlobalAdmin}}
|
{{#if session.isGlobalAdmin}}
|
||||||
{{#if appMeta.updateAvailable}}
|
{{#if appMeta.updateAvailable}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue