mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Add tooltip to list of standards rules on new task page
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<ul class="list-unstyled">
|
||||
{{#rules}}
|
||||
<li>
|
||||
<label class="checkbox">
|
||||
<label title="{{description}}" data-role="rules-tooltip" class="checkbox">
|
||||
<input type="checkbox" name="ignore[]" value="{{name}}" {{#ignored}}checked{{/ignored}}/>
|
||||
{{name}}
|
||||
</label>
|
||||
|
Reference in New Issue
Block a user