Files
pa11y-dashboard/view/task/delete.html
2013-09-25 11:40:21 +01:00

15 lines
605 B
HTML

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