Skip to content

Commit

Permalink
added jump to div
Browse files Browse the repository at this point in the history
  • Loading branch information
bbirman committed Jun 15, 2012
1 parent e805602 commit c1aa9f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/web/tests-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ <h3>Run 4</h3>
<ul class="breadcrumb">
<li class="active">Run # Test Summary</li>
</ul>

<div style="float:right">
Jump to <a href="#flappersHeader">Flappers</a> - <a href="#allTestsHeader">All Tests</a>
</div>

<!-- <#assign testsFailed = ${testsFailed}> -->
<div class="page-header"> <h2> Failed Tests </h2> </div>
Expand Down Expand Up @@ -284,6 +288,7 @@ <h3>Run 4</h3>
</table>

<!-- <#assign testsFlapping = ${testsFlapping}> -->
<a name="flappersHeader"></a>
<div class="page-header"> <h2> Flappers </h2> </div>
<table id="flappers" class="table table-condensed table-bordered table-striped">
<thead>
Expand Down Expand Up @@ -434,6 +439,7 @@ <h3>Run 4</h3>
</table>

<!-- <#assign testsPackages = ${testsPackages}> -->
<a name="allTestsHeader"></a>
<div class="page-header"> <h2> All Tests <small>All tests sorted by package </small></h2> </div>
<table id="allTests" class="table table-condensed table-bordered table-striped">
<thead>
Expand Down

0 comments on commit c1aa9f3

Please sign in to comment.