Add reimbursement form route and component
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user