diff --git a/view/partial/result.html b/view/partial/result.html index 23c282d..ea4dba7 100644 --- a/view/partial/result.html +++ b/view/partial/result.html @@ -95,24 +95,28 @@ Back to top {{else}} -

Well done! You have 0 notices.

+

Well done! You have 0 notices.

{{/if}} -
- + - Ignored Rules -
-
- - Back to top -
+ {{#if task.ignore.length}} +
+ + + Ignored Rules +
+
+ + Back to top +
+ {{else}} +

You have no ignored rules.

+ {{/if}} \ No newline at end of file