Fixed cancel link.
This commit is contained in:
parent
47df83c4f7
commit
29bd04b0bb
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
<form>
|
||||
<%- @form %>
|
||||
<button class="btn cancel">Cancel</button>
|
||||
<button class="btn-primary submit">Create my account</button>
|
||||
<a href="#/" class="btn cancel">Cancel</a>
|
||||
<button class="btn btn-primary submit">Create my account</button>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue