diff --git a/views/app/rewards.html b/views/app/rewards.html index 340882a36b..da0eadecf4 100644 --- a/views/app/rewards.html +++ b/views/app/rewards.html @@ -1,3 +1,87 @@ + +
+
+ + + {#unless _view.activeTabPets} +
+ {gold(_user.stats.gp)} + +
+
+ {silver(_user.stats.gp)} + +
+ + {else} + + {/} +
+

Rewards

+ + + {#if equal(_user.flags.petsEnabled,true)} +
+
+
+ +
+ + +
+ {#with _view.items.pets as :pets} + + + {#with :pets[0]}{/} + {#with :pets[1]}{/} + {#with :pets[2]}{/} + {#with :pets[3]}{/} + + + {#with :pets[4]}{/} + {#with :pets[5]}{/} + {#with :pets[6]}{/} + {#with :pets[7]}{/} + + + {#with :pets[8]}{/} + {#with :pets[9]}{/} + {#with :pets[10]}{/} + {#with :pets[11]}{/} + + + {#with :pets[12]}{/} + {#with :pets[13]}{/} + {#with :pets[14]}{/} + {#with :pets[15]}{/} + + + {#with :pets[16]}{/} + +
+ {/} +
+ +
+ + +
+ + + {else} + + {/} +
+
+ + @@ -21,7 +105,7 @@ {/} - + @@ -35,8 +119,7 @@ - {#unless :item.hide} -
  • +
  • @@ -56,5 +139,4 @@

    {:item.text}

    -
  • - {/} \ No newline at end of file + \ No newline at end of file diff --git a/views/app/tasks.html b/views/app/tasks.html index d5cd9525b1..2b61963836 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -54,87 +54,8 @@ -
    -
    - - - {#unless _view.activeTabPets} -
    - {gold(_user.stats.gp)} - -
    -
    - {silver(_user.stats.gp)} - -
    - - {else} - - {/} -
    -

    Rewards

    + - - {#if equal(_user.flags.petsEnabled,true)} -
    -
    -
    - -
    - - -
    - {#with _view.items.pets as :pets} - - - {#with :pets[0]}{/} - {#with :pets[1]}{/} - {#with :pets[2]}{/} - {#with :pets[3]}{/} - - - {#with :pets[4]}{/} - {#with :pets[5]}{/} - {#with :pets[6]}{/} - {#with :pets[7]}{/} - - - {#with :pets[8]}{/} - {#with :pets[9]}{/} - {#with :pets[10]}{/} - {#with :pets[11]}{/} - - - {#with :pets[12]}{/} - {#with :pets[13]}{/} - {#with :pets[14]}{/} - {#with :pets[15]}{/} - - - {#with :pets[16]}{/} - -
    - {/} -
    - -
    - - -
    - - - {else} - - {/} -
    -