diff --git a/locales/en/app.json b/locales/en/app.json index 672753bef2..32534ec20b 100644 --- a/locales/en/app.json +++ b/locales/en/app.json @@ -55,7 +55,7 @@ "Delete": "Delete", "Progress": "Progress", "Score": "Score", - "Daily": "Dailys", + "Dailies": "Dailies", "NewDaily": "New Daily", "Repeat": "Repeat", "Su": "Su", diff --git a/views/app/index.html b/views/app/index.html index 6cd5c61034..01094210f4 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -42,7 +42,7 @@
-
+
diff --git a/views/app/rewards.html b/views/app/rewards.html index 96b8026b45..614959fd2f 100644 --- a/views/app/rewards.html +++ b/views/app/rewards.html @@ -9,7 +9,7 @@ - +
@@ -24,29 +24,20 @@
-

Rewards

- - - - - -
    - {#each _rewardList as :task}{/} -
- - -
    - - - - - - -
- - - Drive: The Surprising Truth About What Motivates Us - + + <@extra> + +
    + + + + + + +
+ + <@ads>Drive: The Surprising Truth About What Motivates Us +
diff --git a/views/app/tasks.html b/views/app/tasks.html index 45f30609a9..27be0ed5d9 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -8,47 +8,24 @@ - - {{#if and( _loggedIn, notEqual(_user.flags.ads,'hide') )}} - -
- -
- - {{@content}} - {{/}} - - + @@ -63,22 +40,11 @@ -

Todos

- - -
- -
- -
    - {#each _todoList as :task}{/} -
-
- - The Checklist Manifesto: How to Get Things Right - + + <@ads>The Checklist Manifesto: How to Get Things Right + @@ -91,15 +57,33 @@ - + - -
- + +

{{t(@header)}}

+ + {{#if equal(@type,'todo')}}{{/}} + + +
+
    + {#each @list as :task}{/} +
+ {{@extra}} +
+ + {{#if and( _loggedIn, notEqual(_user.flags.ads,'hide') )}} + +
+ +
+ + {{@ads}} + {{/}}