Add reimbursement form route and component

This commit is contained in:
2020-07-25 18:24:16 +02:00
parent 083334ed18
commit ef0fc11edf
8 changed files with 75 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
<main class="center-column">
<section id="add-item">
<header>
<h2>Submit a reimbursement</h2>
</header>
<div class="content">
<AddReimbursement @attributes={{this.model.params}} />
</div>
</section>
</main>