Fix active page menu coloring

For both the integrated_gate.html and others.html template, both tabs
for those pages were highlighted with the active class. Fix this.

Change-Id: Ib43910f7036eecc0b5afa9afba458b95eedfdaec
This commit is contained in:
Elizabeth K. Joseph 2016-08-17 07:27:15 -07:00
parent 8419a21a49
commit 44d2cfbfd8
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
<li><a href="../index.html">All Pipelines</a></li>
<li><a href="../gate.html">Gate Pipeline</a></li>
<li class="active"><a href="integrated_gate.html">Integrated Gate Uncategorized</a></li>
<li class="active"><a href="others.html">Other Projects Uncategorized</a></li>
<li><a href="others.html">Other Projects Uncategorized</a></li>
</ul>
</div>

View File

@ -70,7 +70,7 @@
<ul class="nav nav-tabs">
<li><a href="../index.html">All Pipelines</a></li>
<li><a href="../gate.html">Gate Pipeline</a></li>
<li class="active"><a href="integrated_gate.html">Integrated Gate Uncategorized</a></li>
<li><a href="integrated_gate.html">Integrated Gate Uncategorized</a></li>
<li class="active"><a href="others.html">Other Projects Uncategorized</a></li>
</ul>
</div>