You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-10 06:30:41 +13:00
8 lines
166 B
HTML
8 lines
166 B
HTML
<h1>Reports</h1>
|
|
<div class="section">
|
|
<ul>
|
|
<li *ngFor="let report of reports">
|
|
<a [routerLink]="report.url">{{report.title}}</a>
|
|
</li>
|
|
</ul>
|
|
</div> |