Clean up forms a bit
This commit is contained in:
parent
226a82d57f
commit
1bb5dc67b2
4 changed files with 26 additions and 26 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue