forked from external-repos/pa11y-dashboard
Remove references to tasks in descriptions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{{#content "title"}}Tasks{{/content}}
|
||||
{{#content "title"}}pa11y-dashboard{{/content}}
|
||||
|
||||
{{#deleted}}
|
||||
<div class="col-md-12 clearfix">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
{{#content "title"}}
|
||||
Add a new url
|
||||
Add a new URL
|
||||
{{/content}}
|
||||
|
||||
<form role="form" class="col-md-12" action="/new" method="post">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
{{#content "title"}}
|
||||
Task: {{task.url}} ({{task.standard}})
|
||||
{{task.url}} ({{task.standard}})
|
||||
{{/content}}
|
||||
|
||||
{{#added}}
|
||||
|
@@ -1,12 +1,12 @@
|
||||
|
||||
{{#content "title"}}
|
||||
Delete Task: {{task.url}} ({{task.standard}})
|
||||
Delete {{task.url}} ({{task.standard}})
|
||||
{{/content}}
|
||||
|
||||
<h1>Delete Task: {{task.url}} ({{task.standard}})</h1>
|
||||
<h1>Delete URL: {{task.url}} ({{task.standard}})</h1>
|
||||
|
||||
<form action="/{{task.id}}/delete" method="post">
|
||||
<p>Are you sure you wish to delete this task and associated results?</p>
|
||||
<p>Are you sure you wish to delete this URL and associated results?</p>
|
||||
<input type="submit" value="Yes"/>
|
||||
<a href="/{{task.id}}">No (cancel)</a>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user