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

@@ -8,7 +8,7 @@
<div class="alert alert-success">
<button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button>
<strong>Whoop whoop!</strong>
<p>Your new url has been added.</p>
<p>Your new URL has been added.</p>
</div>
</div>
{{/added}}
@@ -88,10 +88,10 @@
</div>
{{/if}}
<!-- List of other urls -->
<!-- List of other URLs -->
<div class="other-tasks well">
<h4 class="crunch-top ruled-sm">Your other tracked URLs</h4>
<p>No other urls</p>
<p>No other URLs</p>
<!-- ########### Functionality to be done ############# -->
<ul class="list-unstyled crunch-bottom">
@@ -170,7 +170,7 @@
<div class="alert alert-info">
<h4>No results to show</h4>
<p>pa11y has not been run against this URL yet so there are no results to show.</p>
<p>To run pa11y for this url now <a href="">click here</a></p>
<p>To run pa11y for this URL now <a href="">click here</a></p>
</div>
{{/if}}
</div>