You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
initial commit
This commit is contained in:
6
src/app/transaction/breadcrumbs.html
Normal file
6
src/app/transaction/breadcrumbs.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="breadcrumbs">
|
||||
<span *ngFor="let account of accountCrumbs; let i = index">
|
||||
<span><a routerLink="/accounts">{{account.name}}</a></span>
|
||||
<span *ngIf="i < accountCrumbs.length - 1"> > </span>
|
||||
</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user