Skip to content

Commit bb7efd0

Browse files
committed
Remove commented code from TableOfContents view
1 parent 3d91291 commit bb7efd0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Elastic.Markdown/Slices/Layout/_TableOfContents.cshtml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@
5757
</a>
5858
</li>
5959
}
60-
@* @if (Model.LegacyPages.Length == 0) *@
61-
@* { *@
62-
@* <li class="block"> *@
63-
@* <a *@
64-
@* class="block py-2 px-4 font-semibold text-grey-60 cursor-default" *@
65-
@* @Htmx.GetNavHxAttributes(false, "mouseover") *@
66-
@* title="Current is the only version of this page."> *@
67-
@* Previous version *@
68-
@* </a> *@
69-
@* </li> *@
70-
@* } *@
7160
@if (Model.LegacyPages.Length == 0)
7261
{
7362
<li class="block border-t-1 border-grey-20">

0 commit comments

Comments
 (0)