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 { .date {
margin-top:5px; margin-top:45px;
} }
.tasks-list { .tasks-list {
padding:15px; padding:15px;

View File

@@ -6,10 +6,8 @@
<p class="h4">({{task.standard}})</p> <p class="h4">({{task.standard}})</p>
</div> </div>
<div class="col-md-2 text-right run-details"> <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}} {{#if mainResult}}
<!-- ########################## -->
<div class="date">Last run : {{date-format mainResult.date format="DD MMM YYYY"}}</div> <div class="date">Last run : {{date-format mainResult.date format="DD MMM YYYY"}}</div>
{{else}} {{else}}
<div class="date">Not yet run</div> <div class="date">Not yet run</div>

View File

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