mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
remove "(Current Version)" (#1372)
* remove "(Current Version)" * remove index variable
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user