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:
parent
8419a21a49
commit
44d2cfbfd8
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user