diff --git a/view/task/index.html b/view/task/index.html index 23c40e5..78bff99 100644 --- a/view/task/index.html +++ b/view/task/index.html @@ -43,7 +43,7 @@ -
{{type}} : {{code}} {{count}}
-{{message}}
-{{type}} : {{code}} {{count}}
+{{message}}
+Well done! You have 0 errors.
+ {{/if}} -{{type}} : {{code}} {{count}}
-{{message}}
-{{type}} : {{code}} {{count}}
+{{message}}
+{{type}} : {{code}} {{count}}
-{{message}}
-Well done! You have 0 warnings.
+ {{/if}} + + {{#if lastResult.count.notice}} +{{type}} : {{code}} {{count}}
+{{message}}
+Well done! You have 0 notices.
+ {{/if}} + {{else}} @@ -166,6 +180,7 @@