Merge branch 'master' of gitlab.com:jankstudio/resq

This commit is contained in:
Kendrick Chan 2018-02-02 03:34:57 +08:00
commit 413f611213

View file

@ -5,7 +5,13 @@
<div class="m-subheader">
<div class="d-flex align-items-center">
<div class="mr-auto">
<h3 class="m-subheader__title">Users</h3>
<h3 class="m-subheader__title">
{% if mode == 'profile' %}
My Profile
{% else %}
Users
{% endif %}
</h3>
</div>
</div>
</div>