mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Change admin panel header order to info people version.
This commit is contained in:
parent
622292e40e
commit
6fc992e6d7
1 changed files with 4 additions and 4 deletions
|
@ -10,14 +10,14 @@ template(name="settingHeaderBar")
|
|||
i.fa(class="fa-cog")
|
||||
span {{_ 'settings'}}
|
||||
|
||||
a.setting-header-btn.informations(href="{{pathFor 'information'}}")
|
||||
i.fa(class="fa-info-circle")
|
||||
span {{_ 'info'}}
|
||||
|
||||
a.setting-header-btn.people(href="{{pathFor 'people'}}")
|
||||
i.fa(class="fa-users")
|
||||
span {{_ 'people'}}
|
||||
|
||||
a.setting-header-btn.informations(href="{{pathFor 'information'}}")
|
||||
i.fa(class="fa-info-circle")
|
||||
span {{_ 'info'}}
|
||||
|
||||
else
|
||||
a.setting-header-btn.js-log-in(
|
||||
title="{{_ 'log-in'}}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue