Add display wekan version number and runtime environment

This commit is contained in:
nztqa 2017-08-03 09:24:40 +09:00
parent 3085230b13
commit e407eb9a8b
7 changed files with 166 additions and 3 deletions

View file

@ -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'}}