Files
kredits-web/app/templates/proposals/new.hbs
T
galfert 969ef8d1ed Add proposal form
Closes #6

Form can be prefilled using query params on the route. The params are
`recipient`, `amount`, `url` and `ipfsHash`.
2017-05-03 11:52:42 +02:00

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>