Remove references to tasks in descriptions

This commit is contained in:
Rowan Manning
2013-09-24 21:03:42 +01:00
parent 23ffae54fa
commit 4b2439e5db
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{{#content "title"}}Tasks{{/content}}
{{#content "title"}}pa11y-dashboard{{/content}}
{{#deleted}}
<div class="col-md-12 clearfix">

View File

@@ -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">

View File

@@ -1,6 +1,6 @@
{{#content "title"}}
Task: {{task.url}} ({{task.standard}})
{{task.url}} ({{task.standard}})
{{/content}}
{{#added}}

View File

@@ -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>