mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(subscription): couple more layout tweaks
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
<div
|
<div
|
||||||
v-if="!group.purchased.plan.dateTerminated
|
v-if="!group.purchased.plan.dateTerminated
|
||||||
&& group.purchased.plan.paymentMethod === 'Stripe'"
|
&& group.purchased.plan.paymentMethod === 'Stripe'"
|
||||||
class="btn btn-primary"
|
class="btn btn-primary mb-3"
|
||||||
@click="redirectToStripeEdit({groupId: group.id})"
|
@click="redirectToStripeEdit({groupId: group.id})"
|
||||||
>
|
>
|
||||||
{{ $t('subUpdateCard') }}
|
{{ $t('subUpdateCard') }}
|
||||||
|
|||||||
@@ -189,6 +189,7 @@
|
|||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
<div
|
<div
|
||||||
|
v-if="paymentMethodLogo.icon"
|
||||||
class="svg svg-icon mb-4"
|
class="svg svg-icon mb-4"
|
||||||
:class="paymentMethodLogo.class"
|
:class="paymentMethodLogo.class"
|
||||||
v-html="paymentMethodLogo.icon"
|
v-html="paymentMethodLogo.icon"
|
||||||
@@ -207,6 +208,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-once
|
v-once
|
||||||
|
v-if="!hasGroupPlan"
|
||||||
class="small text-center mb-4"
|
class="small text-center mb-4"
|
||||||
>
|
>
|
||||||
{{ $t('subscriptionBillingFYIShort') }}
|
{{ $t('subscriptionBillingFYIShort') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user