Skip to content

Commit 967337a

Browse files
committed
closes #19
1 parent beab596 commit 967337a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ExtentReports/Views/Html/Partials/Sidenav.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="side-nav-inner">
33
<ul class="side-nav-menu scrollable">
44
<li class="nav-item">
5-
<a href="index.html">
5+
<a id="nav-test" href="index.html">
66
<span class="icon-holder">
77
<i class="fa fa-align-left"></i>
88
</span>
@@ -12,7 +12,7 @@
1212
@if (Model.CategoryContext.Context.Count > 0)
1313
{
1414
<li class="nav-item">
15-
<a href="tag.html">
15+
<a id="nav-tag" href="tag.html">
1616
<span class="icon-holder">
1717
<i class="fa fa-tag"></i>
1818
</span>
@@ -23,7 +23,7 @@
2323
@if (Model.ExceptionInfoContext.Context.Count > 0)
2424
{
2525
<li class="nav-item">
26-
<a href="exception.html">
26+
<a id="nav-ex" href="exception.html">
2727
<span class="icon-holder">
2828
<i class="fa fa-bug"></i>
2929
</span>
@@ -32,7 +32,7 @@
3232
</li>
3333
}
3434
<li class="nav-item">
35-
<a href="dashboard.html">
35+
<a id="nav-dashboard" href="dashboard.html">
3636
<span class="icon-holder">
3737
<i class="fa fa-dashboard"></i>
3838
</span>

0 commit comments

Comments
 (0)