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
221 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>
<payment-schedules-dashboard current-user="currentUser" />
</div>