|
|
@@ -64,7 +64,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
|
|
|
|
|
<p class="text-muted text-center">тарифний план</p>
|
|
|
|
|
|
- <ul class="list-group list-group-unbordered mb-0">
|
|
|
+ <ul class="list-group list-group-unbordered mb-0 d-none">
|
|
|
<?php if ($profile->payment_online): ?>
|
|
|
<li class="list-group-item border-bottom-0 pb-0 text-danger">
|
|
|
<?= \rmrevin\yii\fontawesome\FAS::icon('credit-card', ['class' => 'mr-2'])?> Очікується поповнення балансу
|
|
|
@@ -75,7 +75,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
|
|
</div>
|
|
|
<!-- /.card-body -->
|
|
|
<?php if (!$profile->payment_online): ?>
|
|
|
- <div class="card-footer">
|
|
|
+ <div class="card-footer d-none">
|
|
|
<?= \yii\bootstrap4\Html::a('Пополнить', \yii\helpers\Url::to('/pricing/index'), ['class'=>'btn btn-success btn-block']); ?>
|
|
|
</div>
|
|
|
<?php endif; ?>
|