969ef8d1ed
Closes #6 Form can be prefilled using query params on the route. The params are `recipient`, `amount`, `url` and `ipfsHash`.
11 lines
184 B
Handlebars
11 lines
184 B
Handlebars
<section id="add-proposal">
|
|
<header>
|
|
<h2>Add Proposal</h2>
|
|
</header>
|
|
|
|
<div class="content">
|
|
{{add-proposal proposal=model onSave=(action 'onSave')}}
|
|
</div>
|
|
</section>
|
|
|