Files
pa11y-dashboard/view/task/delete.html
2013-11-22 11:10:57 +00:00

15 lines
624 B
HTML

{{#content "title"}}
Delete {{task.url}} ({{task.standard}})
{{/content}}
<form class="col-md-12" action="{{task.hrefDelete}}" method="post" data-test="delete-url-form">
<div class="legend">
<legend>Delete URL ({{simplify-url task.url}})</legend>
</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 <span class="glyphicon glyphicon-remove"></span></a>
</form>