diff --git a/views/app/index.html b/views/app/index.html index d0874d5d6c..d8865cffa2 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -16,23 +16,23 @@ - + - {#if equal(.type, 'habit')} - {#if up}{/} - {#if down}{/} + {#if equal(type, 'habit')} + {#if up}{/} + {#if down}{/} - {else if equal(.type, 'reward')} - {.price} + {else if equal(type, 'reward')} + {price} {else} - + {/} - {unescaped .text} + {unescaped text}