URL, not url

This commit is contained in:
Rowan Manning
2013-09-24 22:31:04 +01:00
parent 4b2439e5db
commit daf3a1fbee
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<table id="graph-data" class="table graph-table" summary="Accessibility results from pa11y for this page">
<caption>pa11y results for this url</caption>
<caption>pa11y results for this URL</caption>
<thead>
<tr>
<th>Date</th>

View File

@@ -2,7 +2,7 @@
<ul class="list-unstyled clearfix crunch-bottom">
<li class="col-md-4 col-sm-6 task-card add-task">
<a class="well task-card-link crunch-bottom" data-role="add-task" href="/new">
<p class="h3 crunch">add new url</p>
<p class="h3 crunch">Add new URL</p>
<p class="supersize-me crunch">+</p>
</a>
</li>
@@ -24,7 +24,7 @@
<p class="no-results">No results</p>
{{/if}}
</a>
<a title="Delete this url" class="delete-button" href="/{{id}}/delete"><span class="sr-only">Delete </span><span class="glyphicon glyphicon-remove"></span></a>
<a title="Delete this URL" class="delete-button" href="/{{id}}/delete"><span class="sr-only">Delete </span><span class="glyphicon glyphicon-remove"></span></a>
</li>
{{/tasks}}
</ul>