diff --git a/.gitignore b/.gitignore index 47f7193..2b5e777 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .idea/* .DS_Store -/app/config/config.live.neon \ No newline at end of file +/app/config/config.live.neon +/temp/* +!.gitkeep \ No newline at end of file diff --git a/app/templates/Code/default.latte b/app/templates/Code/default.latte index 5e37261..33a0ce3 100755 --- a/app/templates/Code/default.latte +++ b/app/templates/Code/default.latte @@ -1,11 +1,11 @@ {block content} -
-
+
+
{control parser}
-
-
+
+
Add new pool @@ -31,12 +31,14 @@ {if $pool->tasks} {foreach $pool->tasks as $task}
+ {if $pool->isDone == 1} {else} {/if} {$task->text} +
{/foreach} @@ -62,7 +64,7 @@
@@ -81,6 +83,7 @@ {/if} {$task->text} +
{/foreach} @@ -109,7 +112,7 @@
    {foreach $userPools as $pool}
{/snippet} -
-
+
+
{snippet script}