1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/frontend/templates/dashboard/payment_schedules.html

12 lines
285 B
HTML
Raw Normal View History

2021-02-09 17:18:33 +01:00
<div>
<section class="heading">
<div class="row no-gutter">
<ng-include src="'/dashboard/nav.html'"></ng-include>
</div>
</section>
2021-06-04 18:26:20 +02:00
<payment-schedules-dashboard current-user="currentUser" on-error="onError" on-card-update-success="onCardUpdateSuccess" />
2021-02-09 17:18:33 +01:00
</div>