mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 14:51:28 +00:00
Amended header to say pa11y dashboard and small amend to delete No button
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<header>
|
||||
<div role="banner" class="header">
|
||||
<div class="container">
|
||||
<h1><a href="/">pa11y</a> - your automated accessibility testing pal</h1>
|
||||
<h1><a href="/">pa11y dashboard</a> - <span class="h3">your automated accessibility testing pal</span></h1>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
@@ -9,6 +9,6 @@
|
||||
</div>
|
||||
<p class="lead">Are you sure you wish to delete <strong>{{task.url}}</strong> <small>({{task.standard}})</small> and it's associated results?</p>
|
||||
<button class="btn btn-success" type="submit">Yes <span class="glyphicon glyphicon-ok"></span></button>
|
||||
<a class="btn btn-primary" href="/">No (cancel) <span class="glyphicon glyphicon-remove"></span></a>
|
||||
<a class="btn btn-primary" href="/">No <span class="glyphicon glyphicon-remove"></span></a>
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user