diff --git a/src/server/private.coffee b/src/server/private.coffee index 3f7bc8e5cc..a016ede9a4 100644 --- a/src/server/private.coffee +++ b/src/server/private.coffee @@ -25,7 +25,7 @@ module.exports.app = (appExports, model) -> address: false amount: 500 name: "Checkout" - description: "Purchase 20 Tokens." + description: "Purchase 20 Tokens, Disable Ads." panelLabel: "Checkout" token: token diff --git a/views/app/modals.html b/views/app/modals.html index 5ed072a657..57f1ed5185 100644 --- a/views/app/modals.html +++ b/views/app/modals.html @@ -38,6 +38,15 @@ @footer> + + + Habit an open source project, and can use all the help it can get - consider this a donation to the contributors. You also get 20 tokens from the purchase, which you can use to buy special items. + + <@footer> + Ok + @footer> + + diff --git a/views/app/tasks.html b/views/app/tasks.html index 3656df8ea0..61c9bd9059 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -1,3 +1,24 @@ + + {{#if and( _loggedIn, notEqual(_user.flags.ads,'hide') )}} + + + + + + + + {{/}} + @@ -6,7 +27,11 @@ {{t("Habits")}} - {#each _habitList as :task}{/} + + {#each _habitList as :task}{/} + + + @@ -15,7 +40,11 @@ {{t("Daily")}} - {#each _dailyList as :task}{/} + + {#each _dailyList as :task}{/} + + + @@ -42,6 +71,8 @@ {#each _todoList as :task}{/} + + Clear Completed
+ Habit an open source project, and can use all the help it can get - consider this a donation to the contributors. You also get 20 tokens from the purchase, which you can use to buy special items. +