mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
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}}
|
{{#deleted}}
|
||||||
<div class="col-md-12 clearfix">
|
<div class="col-md-12 clearfix">
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
{{#content "title"}}
|
{{#content "title"}}
|
||||||
Add a new url
|
Add a new URL
|
||||||
{{/content}}
|
{{/content}}
|
||||||
|
|
||||||
<form role="form" class="col-md-12" action="/new" method="post">
|
<form role="form" class="col-md-12" action="/new" method="post">
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
{{#content "title"}}
|
{{#content "title"}}
|
||||||
Task: {{task.url}} ({{task.standard}})
|
{{task.url}} ({{task.standard}})
|
||||||
{{/content}}
|
{{/content}}
|
||||||
|
|
||||||
{{#added}}
|
{{#added}}
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
|
|
||||||
{{#content "title"}}
|
{{#content "title"}}
|
||||||
Delete Task: {{task.url}} ({{task.standard}})
|
Delete {{task.url}} ({{task.standard}})
|
||||||
{{/content}}
|
{{/content}}
|
||||||
|
|
||||||
<h1>Delete Task: {{task.url}} ({{task.standard}})</h1>
|
<h1>Delete URL: {{task.url}} ({{task.standard}})</h1>
|
||||||
|
|
||||||
<form action="/{{task.id}}/delete" method="post">
|
<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"/>
|
<input type="submit" value="Yes"/>
|
||||||
<a href="/{{task.id}}">No (cancel)</a>
|
<a href="/{{task.id}}">No (cancel)</a>
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user