mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-21 11:28:35 -05:00
fix(layout): less ridiculous flow
This commit is contained in:
@@ -58,15 +58,15 @@
|
||||
{{ $t('subUpdateCard') }}
|
||||
</div>
|
||||
<div v-if="!group.purchased.plan.dateTerminated">
|
||||
<div class="small gray-200 mb-3" v-once>
|
||||
{{ $t('groupPlanBillingFYIShort') }}
|
||||
</div>
|
||||
<div
|
||||
class="btn btn-sm btn-danger"
|
||||
@click="cancelSubscriptionConfirm({group: group})"
|
||||
>
|
||||
{{ $t('cancelGroupSub') }}
|
||||
</div>
|
||||
<small v-once>
|
||||
{{ $t('groupPlanBillingFYIShort') }}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user