Clean up forms a bit

This commit is contained in:
Matthew Dillon 2015-07-16 21:23:35 -08:00
parent 226a82d57f
commit 1bb5dc67b2
4 changed files with 26 additions and 26 deletions

View file

@ -1,7 +1,7 @@
<div class="span-1">
<fieldset>
<legend>New User Signup</legend>
<form>
<form {{action 'save' on='submit'}}>
<ul>
<li>
<label>Name</label>
@ -20,9 +20,9 @@
{{input type="password" value=passwordConfirm}}
</li>
<li>
<a class="button-green smaller" {{action 'save'}}>
<button type="submit" class="button-green smaller">
Submit
</a>
</button>
</li>
</ul>
</form>