diff --git a/views/app/index.html b/views/app/index.html index 01094210f4..3e1c2b834f 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -42,8 +42,18 @@
-
-
+
+ +
+
+ +
diff --git a/views/app/rewards.html b/views/app/rewards.html index 21dab841e5..d00b91b2ff 100644 --- a/views/app/rewards.html +++ b/views/app/rewards.html @@ -8,41 +8,6 @@ - - -
-
- - -
- {gold(floor(_user.stats.gp))} - -
-
- {silver(_user.stats.gp)} - -
-
- - - <@extra> - -
    - - - - - - -
- - <@ads>Drive: The Surprising Truth About What Motivates Us -
-
-
- - - diff --git a/views/app/tasks.html b/views/app/tasks.html index 27be0ed5d9..3be2c35f98 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -14,7 +14,15 @@
@@ -23,7 +31,15 @@
@@ -32,6 +48,8 @@
+ + {{#if @main}} {#if _user.history.todos} @@ -40,9 +58,18 @@ + {{/}} - + <@ads>The Checklist Manifesto: How to Get Things Right @@ -57,7 +84,49 @@
- +
+
+ + {{#if @main}} + + +
+ {gold(floor(_user.stats.gp))} + +
+
+ {silver(_user.stats.gp)} + +
+
+ {{/}} + + + <@extra> + {{#if @main}} + +
    + + + + + + +
+ {{/}} + + <@ads>Drive: The Surprising Truth About What Motivates Us +
+
+
@@ -65,18 +134,20 @@ {{#if equal(@type,'todo')}}{{/}} + {{#if @editable}}

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