13 lines
241 B
Handlebars
13 lines
241 B
Handlebars
<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> |