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

@@ -6,7 +6,7 @@
<form role="form" class="col-md-12" action="/new" method="post"> <form role="form" class="col-md-12" action="/new" method="post">
<div class="legend"> <div class="legend">
<legend>Add a new url</legend> <legend>Add a new URL</legend>
</div> </div>
{{#error}} {{#error}}
@@ -60,6 +60,6 @@
{{/standards}} {{/standards}}
</div> </div>
<button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Add url </button> <button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Add URL </button>
</form> </form>

View File

@@ -1,5 +1,5 @@
<table id="graph-data" class="table graph-table" summary="Accessibility results from pa11y for this page"> <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> <thead>
<tr> <tr>
<th>Date</th> <th>Date</th>

View File

@@ -2,7 +2,7 @@
<ul class="list-unstyled clearfix crunch-bottom"> <ul class="list-unstyled clearfix crunch-bottom">
<li class="col-md-4 col-sm-6 task-card add-task"> <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"> <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> <p class="supersize-me crunch">+</p>
</a> </a>
</li> </li>
@@ -24,7 +24,7 @@
<p class="no-results">No results</p> <p class="no-results">No results</p>
{{/if}} {{/if}}
</a> </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> </li>
{{/tasks}} {{/tasks}}
</ul> </ul>

View File

@@ -8,7 +8,7 @@
<div class="alert alert-success"> <div class="alert alert-success">
<button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button> <button aria-hidden="true" data-dismiss="alert" class="close" type="button">×</button>
<strong>Whoop whoop!</strong> <strong>Whoop whoop!</strong>
<p>Your new url has been added.</p> <p>Your new URL has been added.</p>
</div> </div>
</div> </div>
{{/added}} {{/added}}
@@ -88,10 +88,10 @@
</div> </div>
{{/if}} {{/if}}
<!-- List of other urls --> <!-- List of other URLs -->
<div class="other-tasks well"> <div class="other-tasks well">
<h4 class="crunch-top ruled-sm">Your other tracked URLs</h4> <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 ############# --> <!-- ########### Functionality to be done ############# -->
<ul class="list-unstyled crunch-bottom"> <ul class="list-unstyled crunch-bottom">
@@ -170,7 +170,7 @@
<div class="alert alert-info"> <div class="alert alert-info">
<h4>No results to show</h4> <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>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> </div>
{{/if}} {{/if}}
</div> </div>