mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 21:04:50 +00:00
Removed Extra Scope under edit Quote
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<center class="mb-3">
|
||||
<?php if(!empty($user_avatar)){ ?>
|
||||
<img class="img-fluid rounded-circle" src="<?php echo "uploads/users/$user_id/$user_avatar"; ?>" height="128" width="128">
|
||||
<img class="img-size-100 img-circle" src="<?php echo "uploads/users/$user_id/$user_avatar"; ?>">
|
||||
<?php }else{ ?>
|
||||
<span class="fa-stack fa-4x">
|
||||
<i class="fa fa-circle fa-stack-2x text-secondary"></i>
|
||||
|
||||
Reference in New Issue
Block a user