mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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">
|
||||
<h1>{{ params.title }}</h1>
|
||||
<br />
|
||||
<div *ngFor="let v of params.versions; let i = index">
|
||||
<div *ngFor="let v of params.versions">
|
||||
<h4>
|
||||
<b>
|
||||
{{ v.version }}
|
||||
<span *ngIf="i === 0"> (Current Version)</span>
|
||||
</b>
|
||||
</h4>
|
||||
<hr style="height: 0; border-width: 1px" />
|
||||
|
||||
Reference in New Issue
Block a user