diff --git a/views/app/index.html b/views/app/index.html index a97179996a..3f8e7383f8 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -17,24 +17,34 @@ - - - - - - - {#if equal(.type, 'habit')}+ -{/} - {#if equal(.type, 'daily')}{/} - {#if equal(.type, 'todo')}{/} - {#if equal(.type, 'reward')}${.price}{/} - - - {unescaped .text} - - - Delete - - + + + {#if equal(.type, 'habit')} + {#if up}{/} + {#if down}{/} + + {else if equal(.type, 'reward')} + {.price} + + {else} + + + {/} + + + {unescaped .text} + +