Added people list in admin panel , just raw data right now, will add more features soon

This commit is contained in:
Thuan Pham Quoc 2017-11-07 14:01:27 +07:00
parent 2d12a4f404
commit 29d54f46aa
6 changed files with 102 additions and 4 deletions

View file

@ -9,13 +9,14 @@ template(name="settingHeaderBar")
a.setting-header-btn.settings(href="{{pathFor 'setting'}}")
i.fa(class="fa-cog")
span {{_ 'settings'}}
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'}}
a.setting-header-btn.people(href="{{pathFor 'people'}}")
i.fa(class="fa-users")
span {{_ 'people'}}
else
a.setting-header-btn.js-log-in(