forked from external-repos/pa11y-dashboard
Add "unigore" buttons to ignored rules
This commit is contained in:
@@ -39,6 +39,19 @@
|
||||
</div>
|
||||
{{/ruleIgnored}}
|
||||
|
||||
{{#ruleUnignored}}
|
||||
<div class="col-md-12 clearfix" data-test="alert">
|
||||
<div class="alert alert-success">
|
||||
<button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button>
|
||||
<strong>Rule unignored!</strong>
|
||||
<p>
|
||||
You've removed an ignored accessibility rule for this URL.
|
||||
<a href="{{task.hrefRun}}">Click here to generate results with the ignored rule included again</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{{/ruleUnignored}}
|
||||
|
||||
{{> task-header}}
|
||||
|
||||
{{#if results}}
|
||||
|
Reference in New Issue
Block a user