Merge branch 'master' of gitlab.com:jankstudio/resq
This commit is contained in:
commit
413f611213
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue