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 @@ -
+ {{/if}} @@ -104,53 +104,67 @@
{{#if results}} -
- - - Errors ( {{lastResult.count.error}} ) -
-
-
    - {{#lastResult.errors}} -
  • -

    {{type}} : {{code}} {{count}}

    -

    {{message}}

    -
  • - {{/lastResult.errors}} -
- Back to top -
+ {{#if lastResult.count.error}} +
+ - + Errors ( {{lastResult.count.error}} ) +
+
+ +
    + {{#lastResult.errors}} +
  • +

    {{type}} : {{code}} {{count}}

    +

    {{message}}

    +
  • + {{/lastResult.errors}} +
+ Back to top +
+ {{else}} +

Well done! You have 0 errors.

+ {{/if}} -
- + - Warnings ( {{lastResult.count.warning}} ) -
-
-
    - {{#lastResult.warnings}} -
  • -

    {{type}} : {{code}} {{count}}

    -

    {{message}}

    -
  • - {{/lastResult.warnings}} -
- Back to top -
+ {{#if lastResult.count.warning}} +
+ + + Warnings ( {{lastResult.count.warning}} ) +
+
+
    + {{#lastResult.warnings}} +
  • +

    {{type}} : {{code}} {{count}}

    +

    {{message}}

    +
  • + {{/lastResult.warnings}} +
+ Back to top +
-
- + - Notifications ( {{lastResult.count.notice}} ) -
-
-
    - {{#lastResult.notices}} -
  • -

    {{type}} : {{code}} {{count}}

    -

    {{message}}

    -
  • - {{/lastResult.notices}} -
- Back to top -
+ {{else}} +

Well done! You have 0 warnings.

+ {{/if}} + + {{#if lastResult.count.notice}} +
+ + + Notifications ( {{lastResult.count.notice}} ) +
+
+
    + {{#lastResult.notices}} +
  • +

    {{type}} : {{code}} {{count}}

    +

    {{message}}

    +
  • + {{/lastResult.notices}} +
+ Back to top +
+ {{else}} +

Well done! You have 0 notices.

+ {{/if}}
+ @@ -166,6 +180,7 @@ Back to top
+ {{else}}

No results to show