mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Issue 48 - If no ignored rules say so in header of ignored rules section on results page.
This commit is contained in:
@@ -95,9 +95,10 @@
|
|||||||
<a class="pull-right" href="#top" data-role="top">Back to top</a>
|
<a class="pull-right" href="#top" data-role="top">Back to top</a>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
<p class="heading label-warning" id="notices">Well done! You have 0 notices. <span class="glyphicon glyphicon-ok pull-right"></span></p>
|
<p class="heading label-info" id="notices">Well done! You have 0 notices. <span class="glyphicon glyphicon-ok pull-right"></span></p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if task.ignore.length}}
|
||||||
<div class="heading label-default">
|
<div class="heading label-default">
|
||||||
<span data-role="expander" class="pull-right expander"> + </span>
|
<span data-role="expander" class="pull-right expander"> + </span>
|
||||||
Ignored Rules
|
Ignored Rules
|
||||||
@@ -115,4 +116,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<a class="pull-right" href="#top" data-role="top">Back to top</a>
|
<a class="pull-right" href="#top" data-role="top">Back to top</a>
|
||||||
</div>
|
</div>
|
||||||
|
{{else}}
|
||||||
|
<p class="heading label-default">You have no ignored rules.</p>
|
||||||
|
{{/if}}
|
||||||
</div>
|
</div>
|
Reference in New Issue
Block a user