Change admin panel header order to info people version.

This commit is contained in:
Lauri Ojansivu 2017-11-19 01:05:43 +02:00
parent 622292e40e
commit 6fc992e6d7

View file

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