mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
Add display wekan version number and runtime environment
This commit is contained in:
parent
3085230b13
commit
e407eb9a8b
7 changed files with 166 additions and 3 deletions
|
|
@ -6,10 +6,13 @@ template(name="settingHeaderBar")
|
|||
unless isMiniScreen
|
||||
unless isSandstorm
|
||||
if currentUser
|
||||
a.setting-header-btn.settings.active
|
||||
a.setting-header-btn.settings(href="{{pathFor 'setting'}}")
|
||||
i.fa(class="fa-cog")
|
||||
span {{_ 'settings'}}
|
||||
//TODO
|
||||
a.setting-header-btn.informations(href="{{pathFor 'information'}}")
|
||||
i.fa(class="fa-info-circle")
|
||||
span {{_ 'info'}}
|
||||
//TODO
|
||||
// a.setting-header-btn.people
|
||||
// i.fa(class="fa-users")
|
||||
// span {{_ 'people'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue