Add "unigore" buttons to ignored rules

This commit is contained in:
Rowan Manning
2014-01-10 15:46:30 +00:00
parent dfac541294
commit 02e22eb094
6 changed files with 59 additions and 3 deletions

View File

@@ -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}}