You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-10 19:00:42 +13:00
initial commit
This commit is contained in:
8
src/app/reports/reports.html
Normal file
8
src/app/reports/reports.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<h1>Reports</h1>
|
||||
<div class="section">
|
||||
<ul>
|
||||
<li *ngFor="let report of reports">
|
||||
<a [routerLink]="report.url">{{report.title}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user