Profile Settings tab fixes
This commit is contained in:
parent
8d71703374
commit
52bd496b1f
1 changed files with 45 additions and 44 deletions
|
@ -75,8 +75,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="h5">Profile Banner</h2>
|
||||
|
||||
<h2 class="h5">Profile Banner</h2>
|
||||
<div class="settings-section rounded">
|
||||
<div class="d-flex">
|
||||
<div class="title w-lg-75 text-md-center">
|
||||
|
@ -110,7 +110,8 @@
|
|||
<input autocomplete="off" type="text" readonly="" class="form-control copy-link" id="referral_code" value="{{SITE_FULL}}/signup?ref={{v.username}}" data-clipboard-text="{{SITE_FULL}}/signup?ref={{v.username}}">
|
||||
<span class="input-group-append" data-bs-toggle="tooltip" data-bs-placement="top" title="You have referred {{v.referral_count}} user{{'s' if v.referral_count != 1 else ''}} so far. {% if v.referral_count==0 %}¯\_(ツ)_/¯{% elif v.referral_count>10%}Wow!{% endif %}">
|
||||
<span class="input-group-text text-primary border-0">
|
||||
<i class="far fa-user mr-1" aria-hidden="true"></i>{{v.referral_count}}</span>
|
||||
<i class="far fa-user mr-1" aria-hidden="true"></i>{{v.referral_count}}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="text-small-extra text-muted mt-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue