remove "(Current Version)" (#1372)

* remove "(Current Version)"

* remove index variable
This commit is contained in:
Aiden McClelland
2022-03-31 15:28:21 -06:00
committed by GitHub
parent 01f14061ec
commit 04f1511b52

View File

@@ -2,11 +2,10 @@
<div class="notes-content"> <div class="notes-content">
<h1>{{ params.title }}</h1> <h1>{{ params.title }}</h1>
<br /> <br />
<div *ngFor="let v of params.versions; let i = index"> <div *ngFor="let v of params.versions">
<h4> <h4>
<b> <b>
{{ v.version }} {{ v.version }}
<span *ngIf="i === 0"> (Current Version)</span>
</b> </b>
</h4> </h4>
<hr style="height: 0; border-width: 1px" /> <hr style="height: 0; border-width: 1px" />