mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 01:42:20 +00:00
Merge branch 'paglias/fix-wrong-subs' into develop
This commit is contained in:
commit
342fc2e344
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ script(type='text/ng-template', id='modals/send-gift.html')
|
|||
.panel-heading=env.t('subscription')
|
||||
.panel-body
|
||||
.form-group
|
||||
.radio(ng-repeat='block in Content.subscriptionBlocks | toArray | omit:"discount==true" | orderBy:"months"', ng-if="block.type !== 'group'")
|
||||
.radio(ng-repeat='block in Content.subscriptionBlocks | toArray | omit:"discount==true" | orderBy:"months"', ng-if="block.target !== 'group' && block.canSubscribe === true")
|
||||
label
|
||||
input(type="radio", name="subRadio", ng-value="block.key", ng-model='gift.subscription.key')
|
||||
=env.t('sendGiftSubscription', {price: '{{::block.price}}', months: '{{::block.months}}'})
|
||||
|
|
|
|||
Loading…
Reference in a new issue