mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
add new feature descriptions to Social > Group Plans page (#8564)
* add new features to Social > Group Plans page and remove windows line breaks * add price to Social > Group Plans page and remove windows line breaks
This commit is contained in:
parent
767763fbf6
commit
a5011f000e
3 changed files with 88 additions and 71 deletions
|
|
@ -239,6 +239,9 @@
|
|||
"groupBenefitFourDescription": "Need to verify that a task really did get done before that user gets their rewards? Just adjust the approval settings for added control.",
|
||||
"groupBenefitFiveTitle": "Chat privately with your group",
|
||||
"groupBenefitFiveDescription": "Stay in the loop about important decisions in our easy-to-use chatroom!",
|
||||
"groupBenefitSixTitle": "Get a free subscription",
|
||||
"groupBenefitSixDescription": "Get full subscription benefits, including exclusive monthly items and the ability to buy gems with gold! (If you're already a subscriber, your old subscription will be cancelled but your consecutive subscription benefits such as monthly hourglasses will remain.)",
|
||||
"groupBenefitSevenTitle": "Get a brand-new exclusive Jackalope Mount",
|
||||
"createAGroup": "Create a Group",
|
||||
"assignFieldPlaceholder": "Type a group member's profile name",
|
||||
"cannotDeleteActiveGroup": "You cannot remove a group with an active subscription",
|
||||
|
|
|
|||
|
|
@ -1,31 +1,40 @@
|
|||
mixin groupPlansBenefits()
|
||||
h2.text-center=env.t('groupBenefitsTitle')
|
||||
.row(style="font-size: 2rem;")
|
||||
.col-md-6.col-md-offset-3=env.t('groupBenefitsDescription')
|
||||
.row
|
||||
.col-md-5.col-md-offset-4
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitOneTitle')
|
||||
span=env.t('groupBenefitOneDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitTwoTitle')
|
||||
span=env.t('groupBenefitTwoDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitThreeTitle')
|
||||
span=env.t('groupBenefitThreeDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitFourTitle')
|
||||
span=env.t('groupBenefitFourDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitFiveTitle')
|
||||
span=env.t('groupBenefitFiveDescription')
|
||||
mixin groupPlansBenefits()
|
||||
h2.text-center=env.t('groupBenefitsTitle')
|
||||
.row(style="font-size: 2rem;")
|
||||
.col-md-6.col-md-offset-3=env.t('groupBenefitsDescription')
|
||||
.row
|
||||
.col-md-5.col-md-offset-4
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitOneTitle')
|
||||
span=env.t('groupBenefitOneDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitTwoTitle')
|
||||
span=env.t('groupBenefitTwoDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitThreeTitle')
|
||||
span=env.t('groupBenefitThreeDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitFourTitle')
|
||||
span=env.t('groupBenefitFourDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitFiveTitle')
|
||||
span=env.t('groupBenefitFiveDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitSixTitle')
|
||||
span=env.t('groupBenefitSixDescription')
|
||||
div
|
||||
h3
|
||||
span.glyphicon.glyphicon-ok-circle(style='margin-right: 1.5rem;')
|
||||
=env.t('groupBenefitSevenTitle')
|
||||
|
|
|
|||
|
|
@ -1,40 +1,45 @@
|
|||
include ./create-group
|
||||
|
||||
script(type='text/ng-template', id='partials/options.social.groupPlans.html')
|
||||
div(ng-show='activePage === PAGES.BENEFITS')
|
||||
+groupPlansBenefits
|
||||
|
||||
br
|
||||
br
|
||||
.row
|
||||
.col-sm-6.col-sm-offset-3
|
||||
a.btn.btn-primary.btn-lg.btn-block(ng-click="changePage(PAGES.CREATE_GROUP)")=env.t('createAGroup')
|
||||
|
||||
div(ng-show='activePage === PAGES.CREATE_GROUP')
|
||||
h2.text-center=env.t('createAGroup')
|
||||
|
||||
.col-xs-12
|
||||
+groupCreateForm
|
||||
|
||||
br
|
||||
br
|
||||
.row
|
||||
.col-sm-6.col-sm-offset-3
|
||||
a.btn.btn-primary.btn-lg.btn-block(ng-click="createGroup()", ng-disabled="!newGroupIsReady()")=env.t('create')
|
||||
|
||||
div(ng-show='activePage === PAGES.UPGRADE_GROUP')
|
||||
h2.text-center=env.t('upgradeTitle')
|
||||
|
||||
.row.text-center
|
||||
.col-md-6.col-md-offset-3
|
||||
a.purchase.btn.btn-primary(ng-click='upgradeGroup(PAYMENTS.STRIPE)')=env.t('card')
|
||||
a.purchase(ng-click='upgradeGroup(PAYMENTS.AMAZON)')
|
||||
img(src='https://payments.amazon.com/gp/cba/button', alt=env.t('amazonPayments'))
|
||||
//- .col-xs-4
|
||||
//- a.purchase(href='/paypal/subscribe?_id={{user._id}}&apiToken={{User.settings.auth.apiToken}}&sub={{_subscription.key}}{{_subscription.coupon ? "&coupon="+_subscription.coupon : ""}}&groupId={{group.id}}', ng-disabled='!_subscription.key')
|
||||
//- img(src='https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-small.png',alt=env.t('paypal'))
|
||||
|
||||
.row
|
||||
.col-md-6.col-md-offset-3
|
||||
br
|
||||
.text-center=env.t('groupSubscriptionPrice')
|
||||
include ./create-group
|
||||
|
||||
script(type='text/ng-template', id='partials/options.social.groupPlans.html')
|
||||
div(ng-show='activePage === PAGES.BENEFITS')
|
||||
+groupPlansBenefits
|
||||
|
||||
br
|
||||
br
|
||||
.row
|
||||
.col-sm-6.col-sm-offset-3
|
||||
a.btn.btn-primary.btn-lg.btn-block(ng-click="changePage(PAGES.CREATE_GROUP)")=env.t('createAGroup')
|
||||
|
||||
.row
|
||||
.col-md-6.col-md-offset-3
|
||||
br
|
||||
.text-center=env.t('groupSubscriptionPrice')
|
||||
|
||||
div(ng-show='activePage === PAGES.CREATE_GROUP')
|
||||
h2.text-center=env.t('createAGroup')
|
||||
|
||||
.col-xs-12
|
||||
+groupCreateForm
|
||||
|
||||
br
|
||||
br
|
||||
.row
|
||||
.col-sm-6.col-sm-offset-3
|
||||
a.btn.btn-primary.btn-lg.btn-block(ng-click="createGroup()", ng-disabled="!newGroupIsReady()")=env.t('create')
|
||||
|
||||
div(ng-show='activePage === PAGES.UPGRADE_GROUP')
|
||||
h2.text-center=env.t('upgradeTitle')
|
||||
|
||||
.row.text-center
|
||||
.col-md-6.col-md-offset-3
|
||||
a.purchase.btn.btn-primary(ng-click='upgradeGroup(PAYMENTS.STRIPE)')=env.t('card')
|
||||
a.purchase(ng-click='upgradeGroup(PAYMENTS.AMAZON)')
|
||||
img(src='https://payments.amazon.com/gp/cba/button', alt=env.t('amazonPayments'))
|
||||
//- .col-xs-4
|
||||
//- a.purchase(href='/paypal/subscribe?_id={{user._id}}&apiToken={{User.settings.auth.apiToken}}&sub={{_subscription.key}}{{_subscription.coupon ? "&coupon="+_subscription.coupon : ""}}&groupId={{group.id}}', ng-disabled='!_subscription.key')
|
||||
//- img(src='https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-small.png',alt=env.t('paypal'))
|
||||
|
||||
.row
|
||||
.col-md-6.col-md-offset-3
|
||||
br
|
||||
.text-center=env.t('groupSubscriptionPrice')
|
||||
|
|
|
|||
Loading…
Reference in a new issue