1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Genaral -> Overview

This commit is contained in:
Eldad Fux 2020-07-17 00:51:43 +03:00
parent 2caf909419
commit 26fac493bb
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
<div class="zone xl">
<ul class="phases clear" data-ui-phases data-selected="{{router.params.tab}}">
<li data-state="/console/users/teams/team?id={{router.params.id}}&project={{router.params.project}}">
<h2>General</h2>
<h2>Overview</h2>
<div class="row responsive margin-top-negative">
<div class="col span-8 margin-bottom-large">

View file

@ -31,7 +31,7 @@
<div class="zone xl">
<ul class="phases clear" data-ui-phases data-selected="{{router.params.tab}}">
<li data-state="/console/users/user?id={{router.params.id}}&project={{router.params.project}}">
<h2>General</h2>
<h2>Overview</h2>
<div data-ls-if="{{user.status}} === <?php echo \Appwrite\Auth\Auth::USER_STATUS_BLOCKED; ?>" style="display: none" class="box padding-small danger margin-bottom-xxl text-align-center">
This user account is blocked.