Remove run button..sniff sniff

This commit is contained in:
perryharlock
2013-09-27 15:13:55 +01:00
parent d97c78d24e
commit d30dc04319
4 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -202,7 +202,7 @@
}
}
.date {
margin-top:5px;
margin-top:45px;
}
.tasks-list {
padding:15px;

View File

@@ -6,10 +6,8 @@
<p class="h4">({{task.standard}})</p>
</div>
<div class="col-md-2 text-right run-details">
<!-- ########### To be done ############## -->
<button class="btn btn-success">Run <span class="glyphicon glyphicon-play"></span></button>
<!-- <button class="btn btn-success">Run <span class="glyphicon glyphicon-play"></span></button> -->
{{#if mainResult}}
<!-- ########################## -->
<div class="date">Last run : {{date-format mainResult.date format="DD MMM YYYY"}}</div>
{{else}}
<div class="date">Not yet run</div>

View File

@@ -30,7 +30,7 @@
<div class="alert alert-info">
<h4>There are 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>
</div>
{{/if}}