forked from external-repos/pa11y-dashboard
23 lines
726 B
HTML
23 lines
726 B
HTML
{{#content "title"}}pa11y-dashboard{{/content}}
|
||
|
||
{{#if siteMessage}}
|
||
<div class="col-md-12 clearfix">
|
||
<div class="alert alert-info site-message">
|
||
<h3 class="crunch-top"><span class="pull-left glyphicon glyphicon-exclamation-sign"></span> Important</h3>
|
||
<p class="h5">{{siteMessage}}</p>
|
||
</div>
|
||
</div>
|
||
{{/if}}
|
||
|
||
{{#deleted}}
|
||
<div class="col-md-12 clearfix">
|
||
<div class="alert alert-info">
|
||
<button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button>
|
||
<strong>Bye Bye URL</strong>
|
||
<p>The URL you selected and its associated results have been deleted.</p>
|
||
</div>
|
||
</div>
|
||
{{/deleted}}
|
||
|
||
{{> tasks}}
|